diff --git a/.golangci.yml b/.golangci.yml index 0a333364..91312e77 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -18,6 +18,7 @@ linters: - cyclop - noctx - godot + - depguard issues: exclude-rules: # https://github.com/polyfloyd/go-errorlint/issues/4