diff --git a/.golangci.yml b/.golangci.yml index 636f47c796..107e22019b 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -71,3 +71,6 @@ issues: - text: "commentFormatting: put a space between `//` and comment text" linters: - gocritic + - path: pkg/modules/migration + linters: + - gocyclo