Skip to content

Commit 6a491a8

Browse files
Fix name of property of linter (#3413)
Signed-off-by: João Pereira <joao.pereira@broadcom.com>
1 parent 4c5ee0e commit 6a491a8

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)