diff --git a/.golangci.yml b/.golangci.yml index dbfe5b5..b3a9ea3 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,10 +1,10 @@ run: timeout: 5m - skip-files: - - '(.+)_test\.go' - - 'internal/config/http_config.go' - - 'internal/config/config.go' +issues.exclude-files: + - '(.+)_test\.go' + - 'internal/config/http_config.go' + - 'internal/config/config.go' linters: disable-all: false enable: @@ -12,17 +12,14 @@ linters: - dupl - whitespace - wsl - - exportloopref disable: - funlen - - scopelint - bodyclose - contextcheck - nilerr - noctx - rowserrcheck - sqlclosecheck - - structcheck - unparam - musttag presets: