-
Notifications
You must be signed in to change notification settings - Fork 0
feat: lint #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: lint #56
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
934d4e6 to
11342a7
Compare
|
can just // nolint this error |
Apply new linting rules to the codebase.
Note
Overview
Applies stricter linting and formatting across the repo and adjusts code accordingly; behavior remains the same.
.golangci.yml: addsgolines, reordersgcisections with project prefix, setsgenerated: strict, and refines exclusion/rule presets (e.g., scopedstaticcheck,revivevar-naming,errcheck,gosecpatterns)_, add//nolintwhere appropriate, and improve structured logging formattingMkdirAll/OpenFile/WriteFile) and close/sync handling in logging/results utilitiesWritten by Cursor Bugbot for commit 135f0be. This will update automatically on new commits. Configure here.