diff --git a/assets/.golangci.yml b/assets/.golangci.yml index af7d676..c2c6a34 100644 --- a/assets/.golangci.yml +++ b/assets/.golangci.yml @@ -80,6 +80,11 @@ linters-settings: # see https://github.com/kisielk/errcheck#excluding-functions for details # exclude: /path/to/file.txt + # Disable error checking, as errorcheck detects more errors and is more configurable. + gosec: + exclude: + - "G104" + funlen: lines: 60 statements: 40