Skip to content

Commit

Permalink
disable staticcheck wrapped nilness linter (#4027)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmfitzpatrick authored Dec 7, 2023
1 parent 51ab39f commit 24830de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ linters-settings:
# simplify code: gofmt with `-s` option, true by default
simplify: true

staticcheck:
checks: [all, -nilness]

goimports:
# put imports beginning with prefix after 3rd-party packages;
# it's a comma-separated list of prefixes
Expand Down

0 comments on commit 24830de

Please sign in to comment.