Skip to content

Commit d58217b

Browse files
ci: sync golangci-lint config (#750)
Co-authored-by: aymanbagabas <3187948+aymanbagabas@users.noreply.github.com>
1 parent d91c9aa commit d58217b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.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)