We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9366b1f commit f8bf620Copy full SHA for f8bf620
.golangci.yml
@@ -1,5 +1,30 @@
1
+---
2
+version: "2"
3
linters:
- enable-all: true
4
+ default: all
5
disable:
6
- depguard
7
- exhaustruct
8
+ exclusions:
9
+ generated: lax
10
+ presets:
11
+ - comments
12
+ - common-false-positives
13
+ - legacy
14
+ - std-error-handling
15
+ paths:
16
+ - third_party$
17
+ - builtin$
18
+ - examples$
19
+formatters:
20
+ enable:
21
+ - gci
22
+ - gofmt
23
+ - gofumpt
24
+ - goimports
25
26
27
28
29
30
0 commit comments