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 60fcf20 commit 2b995e5Copy full SHA for 2b995e5
.golangci.yml
@@ -6,7 +6,6 @@ run:
6
# skip-dirs:
7
skip-files:
8
- ".*\\.pb\\.go"
9
- - ".*(.|_)gen\\.go"
10
modules-download-mode: vendor
11
12
linters-settings:
@@ -59,15 +58,12 @@ linters:
59
58
enable:
60
enable-all: true
61
disable:
62
- - dupl
63
- gochecknoglobals
64
- gochecknoinits
65
- gocyclo
66
- gosec
67
- lll
68
- - maligned
69
- - megacheck
70
- - typecheck
+ - nakedret
71
fast: true
72
73
issues:
0 commit comments