tercul-backend/cmd/cli/commands/doc.go
google-labs-jules[bot] f2e93ede10 fix: resolve remaining lint errors
- Fix unhandled errors in tests (errcheck)
- Define constants for repeated strings (goconst)
- Suppress high complexity warnings with nolint:gocyclo
- Fix integer overflow warnings (gosec)
- Add package comments
- Split long lines (lll)
- Rename Analyse -> Analyze (misspell)
- Fix naked returns and unused params
2025-11-30 22:02:24 +00:00

3 lines
86 B
Go

// Package commands implements the CLI commands for the application.
package commands