diff --git a/.golangci.yml b/.golangci.yml index ea445d5a..c920109f 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -111,12 +111,6 @@ linters: - linters: - forbidigo path: cmd - - linters: - - gocritic - text: '(?i)commentFormatting: put a space between `//` and comment text' - - linters: - - gocritic - text: '(?i)exitAfterDefer:' issues: max-issues-per-linter: 0 max-same-issues: 0