Skip to content

Commit ce18cfa

Browse files
ci: sync golangci-lint config (#597)
Co-authored-by: caarlos0 <[email protected]>
1 parent b461e7b commit ce18cfa

File tree

2 files changed

+14
-40
lines changed

2 files changed

+14
-40
lines changed

.golangci-soft.yml

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

.golangci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,28 @@ 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+
- mnd
29+
- nakedret
30+
- nestif
2131
- nilerr
32+
- noctx
33+
- nolintlint
34+
- prealloc
2235
- revive
2336
- rowserrcheck
2437
- sqlclosecheck
2538
- tparallel
2639
- unconvert
2740
- unparam
2841
- whitespace
42+
- wrapcheck

0 commit comments

Comments
 (0)