The CI pipeline currently lacks automated linting tools like golangci-lint, staticcheck, or gosec. Adding these would help catch issues early and maintain code quality.
Action items:
- Add golangci-lint configuration
- Add linting step to GitHub Actions workflow
- Fix any issues found by initial linting run
The CI pipeline currently lacks automated linting tools like golangci-lint, staticcheck, or gosec. Adding these would help catch issues early and maintain code quality.
Action items: