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.
2 parents 7b874a9 + ea7d89b commit 36cdbbfCopy full SHA for 36cdbbf
.golangci.yaml
@@ -1,6 +1,26 @@
1
-linters-settings:
2
- staticcheck:
3
- checks:
4
- - all
5
- - '-ST1000' # ignore at least one file in package should have comment
6
- - '-EXC0003' # ignore the stuttered name error
+version: "2"
+linters:
+ settings:
+ staticcheck:
+ checks:
+ - all
7
+ - -EXC0003
8
+ - -ST1000
9
+ exclusions:
10
+ generated: lax
11
+ presets:
12
+ - comments
13
+ - common-false-positives
14
+ - legacy
15
+ - std-error-handling
16
+ paths:
17
+ - third_party$
18
+ - builtin$
19
+ - examples$
20
+formatters:
21
22
23
24
25
26
0 commit comments