Skip to content

Commit 8de3ebd

Browse files
committed
chore: update golangci
Signed-off-by: Valery Piashchynski <[email protected]>
1 parent e0d2bbd commit 8de3ebd

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.golangci.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,11 @@
22

33
run:
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-
137
linters-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

4231
linters: # 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

8170
issues:
71+
exclude-dirs:
72+
- .github
73+
- .git
8274
exclude-rules:
8375
- path: _test\.go
8476
linters:

0 commit comments

Comments
 (0)