-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
new-featureNew feature requestNew feature request
Description
Is your feature request related to a problem? Please describe
Currently, we lack automated static analysis for Go code, which means code quality issues, bugs, and style inconsistencies are only caught during manual code review or not at all.
Describe the solution you'd like
Integrate golangci-lint into the repository with a curated set of linters (e.g., errcheck, staticcheck, gosec, govet), a .golangci.yml config file, and CI pipeline integration to run on every PR.
Describe alternatives you've considered
- Running individual linters manually (fragmented, inconsistent)
- Using go vet alone (limited coverage)
- Relying solely on code review for catching issues (doesn't scale)
Metadata
Metadata
Assignees
Labels
new-featureNew feature requestNew feature request