We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f40a08f commit 7b3911aCopy full SHA for 7b3911a
1 file changed
.golangci.yml
@@ -1,4 +1,28 @@
1
+version: "2"
2
linters:
3
+ exclusions:
4
+ generated: lax
5
+ presets:
6
+ - comments
7
+ - common-false-positives
8
+ - legacy
9
+ - std-error-handling
10
+ paths:
11
+ - ../../go
12
+ - ../../../../opt
13
+ - ./vendor
14
+ - third_party$
15
+ - builtin$
16
+ - examples$
17
+formatters:
18
enable:
19
- gofmt
-
20
21
22
23
24
25
26
27
28
0 commit comments