Skip to content
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

Enable additional govet analyzers #485

Merged
merged 1 commit into from
Jan 27, 2022

Conversation

atc0005
Copy link
Owner

@atc0005 atc0005 commented Jan 27, 2022

  • explicitly disable fieldalignment analyzer
  • enable all other govet analyzers
    • this also pulls in nilness and shadow, both of which
      has proven useful (brief testing)

fixes GH-482

- explicitly disable `fieldalignment` analyzer
- enable all other `govet` analyzers
  - this also pulls in `nilness` and `shadow`, both of which
    has proven useful (brief testing)

refs GH-482
@atc0005 atc0005 added enhancement New feature or request unstable linting labels Jan 27, 2022
@atc0005 atc0005 self-assigned this Jan 27, 2022
@atc0005 atc0005 merged commit 9e5d93c into master Jan 27, 2022
@atc0005 atc0005 deleted the i482-enable-additional-govet-analyzers branch January 27, 2022 10:18
@atc0005 atc0005 added this to the v0.4.0 milestone Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

golangci-lint | Enable additional govet linter analyzers
1 participant