Skip to content

Commit 1209cf0

Browse files
ci: sync golangci-lint config (#490)
Co-authored-by: andreynering <[email protected]>
1 parent c454a0a commit 1209cf0

File tree

2 files changed

+13
-40
lines changed

2 files changed

+13
-40
lines changed

.golangci-soft.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.golangci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,27 @@ issues:
1515
linters:
1616
enable:
1717
- bodyclose
18+
- exhaustive
19+
- goconst
20+
- godot
21+
- godox
1822
- gofumpt
1923
- goimports
24+
- gomoddirectives
25+
- goprintffuncname
2026
- gosec
27+
- misspell
28+
- nakedret
29+
- nestif
2130
- nilerr
31+
- noctx
32+
- nolintlint
33+
- prealloc
2234
- revive
2335
- rowserrcheck
2436
- sqlclosecheck
2537
- tparallel
2638
- unconvert
2739
- unparam
2840
- whitespace
41+
- wrapcheck

0 commit comments

Comments
 (0)