We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c454a0a commit 1209cf0Copy full SHA for 1209cf0
.golangci-soft.yml
.golangci.yml
@@ -15,14 +15,27 @@ issues:
15
linters:
16
enable:
17
- bodyclose
18
+ - exhaustive
19
+ - goconst
20
+ - godot
21
+ - godox
22
- gofumpt
23
- goimports
24
+ - gomoddirectives
25
+ - goprintffuncname
26
- gosec
27
+ - misspell
28
+ - nakedret
29
+ - nestif
30
- nilerr
31
+ - noctx
32
+ - nolintlint
33
+ - prealloc
34
- revive
35
- rowserrcheck
36
- sqlclosecheck
37
- tparallel
38
- unconvert
39
- unparam
40
- whitespace
41
+ - wrapcheck
0 commit comments