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 597b4fa commit 492ebd7Copy full SHA for 492ebd7
1 file changed
.golangci.yaml
@@ -0,0 +1,24 @@
1
+version: "2"
2
+linters:
3
+# default: none
4
+ enable:
5
+ - revive
6
+ disable:
7
+ - errcheck
8
+ settings:
9
+ revive:
10
+ rules:
11
+ - name: exported
12
+ exclusions:
13
+ generated: lax
14
+ presets:
15
+ - common-false-positives
16
+ - legacy
17
+ - std-error-handling
18
+ paths:
19
+ - _test\.go$
20
+formatters:
21
22
23
24
0 commit comments