Skip to content

Commit

Permalink
add missing gocritic option
Browse files Browse the repository at this point in the history
allow-list for checkers doesn't work without disable-all.
  • Loading branch information
quasilyte committed Aug 2, 2024
1 parent 0f2365b commit 5fc7c5a
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 @@ -35,6 +35,7 @@
],
"linters-settings": {
"gocritic": {
"disable-all": true,
"enabled-checks": [
"commentedOutCode",
],
Expand Down

0 comments on commit 5fc7c5a

Please sign in to comment.