- Notifications
You must be signed in to change notification settings - Fork3.1k
Process improvements#1316
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Process improvements#1316
Uh oh!
There was an error while loading.Please reload this page.
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.
Pull Request Overview
This PR upgrades the golangci-lint version from v2.1/v2.2.1 to v2.5.0 and adds five default linters (errcheck, staticcheck, govet, ineffassign, unused) to the linting configuration to improve code quality checks.
Key changes:
- Upgraded golangci-lint from v2.1/v2.2.1 to v2.5.0
- Added default linters: errcheck, staticcheck, govet, ineffassign, and unused
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| script/lint | Updated golangci-lint version from v2.2.1 to v2.5.0 |
| .golangci.yml | Added five default linters to the enabled linters list |
| .github/workflows/lint.yml | Updated golangci-lint-action version from v2.1 to v2.5 |
💡Add Copilot custom instructions for smarter, more guided reviews.Learn how to get started.
bd12537 intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.