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 b461e7b commit ce18cfaCopy full SHA for ce18cfa
.golangci-soft.yml
.golangci.yml
@@ -15,14 +15,28 @@ 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
+ - mnd
29
+ - nakedret
30
+ - nestif
31
- nilerr
32
+ - noctx
33
+ - nolintlint
34
+ - prealloc
35
- revive
36
- rowserrcheck
37
- sqlclosecheck
38
- tparallel
39
- unconvert
40
- unparam
41
- whitespace
42
+ - wrapcheck
0 commit comments