We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9222bcd commit 0b66829Copy full SHA for 0b66829
1 file changed
.golangci.yml
@@ -1,5 +1,8 @@
1
+version: "2"
2
+
3
run:
4
timeout: 5m
5
6
linters:
7
disable:
8
- errcheck
@@ -11,9 +14,6 @@ linters:
11
14
- durationcheck
12
15
- errname
13
16
- errorlint
- - execinquery
- - gofmt
- - ifshort
17
- misspell
18
- nilerr
19
- nilnil
@@ -28,3 +28,7 @@ linters:
28
- unused
29
- wastedassign
30
- whitespace
31
32
+formatters:
33
+ enable:
34
+ - gofmt
0 commit comments