diff --git a/.golangci.yml b/.golangci.yml index 4213697..8e4185a 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -5,6 +5,12 @@ linters-settings: locale: US exhaustive: default-signifies-exhaustive: true + gomodguard: + blocked: + modules: + - github.com/pkg/errors: + recommendations: + - errors linters: enable: