diff --git a/.golangci.yml b/.golangci.yml index f4d2984208..0cb0598f45 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -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