Skip to content

Commit

Permalink
Enable gocritic in golangci-lint
Browse files Browse the repository at this point in the history
Add `gocritic` to the list of default linters.
  • Loading branch information
HeavyWombat committed Jan 7, 2025
1 parent 85dec81 commit 514deb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ linters:
- gosec
- revive
- misspell
- gocritic
disable:
- errcheck

0 comments on commit 514deb4

Please sign in to comment.