Skip to content

Commit 712f08b

Browse files
Fix name of property of linter (#3415)
Signed-off-by: João Pereira <[email protected]>
1 parent d6d1020 commit 712f08b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"linters-settings": {},
1818
"issues": {
19-
"max-same-issue": 0,
19+
"max-same-issues": 0,
2020
"exclude-files": [
2121
"integration/helpers/fake_server.go",
2222
"command/plugin/*.go$"

0 commit comments

Comments
 (0)