We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ee6318 commit c3f6962Copy full SHA for c3f6962
1 file changed
.golangci.yml
@@ -1,5 +1,27 @@
1
-# For documentation, see https://golangci-lint.run/usage/configuration/
2
-
+version: "2"
3
linters:
4
disable:
5
- errcheck
+ exclusions:
6
+ generated: lax
7
+ presets:
8
+ - comments
9
+ - common-false-positives
10
+ - legacy
11
+ - std-error-handling
12
+ paths:
13
+ - third_party$
14
+ - builtin$
15
+ - examples$
16
+ settings:
17
+ staticcheck:
18
+ checks:
19
+ - all
20
+ - -ST1005
21
+formatters:
22
23
24
25
26
27
0 commit comments