From 2f5f082da15cd434ccc8237089efcba264a2f72a Mon Sep 17 00:00:00 2001 From: Vladimir Evgrafov Date: Wed, 17 Apr 2019 12:43:05 +0300 Subject: [PATCH] Fix max-issues-per-linter .golangci.example.yml has wrong name for `max-issues-per-linter` variable --- .golangci.example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.example.yml b/.golangci.example.yml index ba345fad..7069ca90 100644 --- a/.golangci.example.yml +++ b/.golangci.example.yml @@ -236,7 +236,7 @@ issues: exclude-use-default: false # Maximum issues count per one linter. Set to 0 to disable. Default is 50. - max-per-linter: 0 + max-issues-per-linter: 0 # Maximum count of issues with the same text. Set to 0 to disable. Default is 3. max-same-issues: 0