diff --git a/.golangci.yml b/.golangci.yml index 858a5b5..26f4d7f 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -8,18 +8,16 @@ linters-settings: - "$all" - "!$test" allow: - - "$gostd" - - github.com/ + - "$gostd" + - github.com/ tests: files: - "$test" allow: - - "$gostd" - - github.com/ + - "$gostd" + - github.com/ linters: - # please, do not use `enable-all`: it's deprecated and will be removed soon. - # inverted configuration with `enable-all` and `disable` is not scalable during updates of golangci-lint disable-all: true enable: - bodyclose @@ -70,7 +68,6 @@ linters: # - testpackage # - wsl issues: - # Excluding configuration per-path, per-linter, per-text and per-source exclude-rules: - path: _test\.go linters: