File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 22
33run :
44 timeout : 1m
5- skip-dirs :
6- - .github
7- - .git
85 allow-parallel-runners : true
96
10- output :
11- format : colored-line-number # colored-line-number|line-number|json|tab|checkstyle|code-climate
12-
137linters-settings :
148 wsl :
159 allow-assign-and-anything : true
16- govet :
17- check-shadowing : true
18- golint :
19- min-confidence : 0.1
2010 gocyclo :
2111 min-complexity : 15
2212 godot :
@@ -36,7 +26,6 @@ linters-settings:
3626 range-loops : true
3727 for-loops : true
3828 nolintlint :
39- allow-leading-space : false
4029 require-specific : true
4130
4231linters : # All available linters list: <https://golangci-lint.run/usage/linters/>
@@ -79,6 +68,9 @@ linters: # All available linters list: <https://golangci-lint.run/usage/linters/
7968 - whitespace # Tool for detection of leading and trailing whitespace
8069
8170issues :
71+ exclude-dirs :
72+ - .github
73+ - .git
8274 exclude-rules :
8375 - path : _test\.go
8476 linters :
You can’t perform that action at this time.
0 commit comments