We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b630ff commit 3995144Copy full SHA for 3995144
.golangci.yml
@@ -40,7 +40,7 @@ linters-settings:
40
stylecheck:
41
checks: ["all", "-ST1005", "-ST1003"]
42
nakedret:
43
- max-func-lines: 0
+ max-func-lines: 0
44
gocritic:
45
disabled-checks:
46
- ifElseChain
@@ -86,6 +86,8 @@ linters-settings:
86
- github.com/unknwon/com: "use gitea's util and replacements"
87
88
issues:
89
+ max-issues-per-linter: 0
90
+ max-same-issues: 0
91
exclude-rules:
92
# Exclude some linters from running on tests files.
93
- path: _test\.go
0 commit comments