Skip to content

Commit 78fd6fd

Browse files
committed
chore(ci): sync golangci-lint config
1 parent 407dc3d commit 78fd6fd

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.golangci.yml

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
run:
2+
tests: false
3+
4+
issues:
5+
include:
6+
- EXC0001
7+
- EXC0005
8+
- EXC0011
9+
- EXC0012
10+
- EXC0013
11+
12+
max-issues-per-linter: 0
13+
max-same-issues: 0
14+
15+
linters:
16+
enable:
17+
- bodyclose
18+
- gofumpt
19+
- goimports
20+
- gosec
21+
- nilerr
22+
- revive
23+
- rowserrcheck
24+
- sqlclosecheck
25+
- tparallel
26+
- unconvert
27+
- unparam
28+
- whitespace

0 commit comments

Comments
 (0)