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 4a75548 + 382464b commit c9593b2Copy full SHA for c9593b2
.golangci.yml
@@ -1,20 +1,15 @@
1
version: "2"
2
+
3
linters:
4
enable:
5
- errorlint
6
- unconvert
7
- unparam
8
exclusions:
- generated: lax
9
+ generated: disable
10
presets:
11
- comments
- - common-false-positives
12
- - legacy
13
- std-error-handling
14
- paths:
15
- - third_party$
16
- - builtin$
17
- - examples$
18
settings:
19
staticcheck:
20
# Enable all options, with some exceptions.
@@ -28,8 +23,4 @@ formatters:
28
23
29
24
- gofumpt
30
25
31
32
33
34
35
26
0 commit comments