Skip to content

Commit 2f5f082

Browse files
vovapijirfag
authored andcommitted
Fix max-issues-per-linter
.golangci.example.yml has wrong name for `max-issues-per-linter` variable
1 parent cc84f89 commit 2f5f082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ issues:
236236
exclude-use-default: false
237237

238238
# Maximum issues count per one linter. Set to 0 to disable. Default is 50.
239-
max-per-linter: 0
239+
max-issues-per-linter: 0
240240

241241
# Maximum count of issues with the same text. Set to 0 to disable. Default is 3.
242242
max-same-issues: 0

0 commit comments

Comments
 (0)