diff --git a/.golangci.yml b/.golangci.yml index 6709cbb..23bc6b2 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -34,7 +34,8 @@ linters-settings: stylecheck: checks: - all - - -ST1003 + # Remove some checks: + - -ST1003 # should not use underscores in package names linters: enable-all: true