You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to propose adding golangci-lint to this project to improve code quality through consistent static analysis and linting.
Proposal
A .golangci.yml file in the root directory with common checks enabled (happy to suggest a config). Optionally run it in CI (e.g., GitHub Actions) to ensure lint compliance on PRs.