diff --git a/.golangci.yml b/.golangci.yml index ce9a84f..934fff0 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -26,9 +26,12 @@ linters: - gocyclo - lll fast: true -issue: +issues: max-same-issues: 0 max-per-linter: 0 + # List of regexps of issue texts to exclude, empty list by default. + exclude: + - Using the variable on range scope `tc` in function literal run: deadline: 2m skip-dirs: