Skip to content

Commit 0b66829

Browse files
committed
chore: update
1 parent 9222bcd commit 0b66829

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.golangci.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
version: "2"
2+
13
run:
24
timeout: 5m
5+
36
linters:
47
disable:
58
- errcheck
@@ -11,9 +14,6 @@ linters:
1114
- durationcheck
1215
- errname
1316
- errorlint
14-
- execinquery
15-
- gofmt
16-
- ifshort
1717
- misspell
1818
- nilerr
1919
- nilnil
@@ -28,3 +28,7 @@ linters:
2828
- unused
2929
- wastedassign
3030
- whitespace
31+
32+
formatters:
33+
enable:
34+
- gofmt

0 commit comments

Comments
 (0)