We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e8b3e commit 70e49bfCopy full SHA for 70e49bf
.golangci.yml
@@ -4,23 +4,30 @@ linters:
4
enable:
5
- dogsled
6
- dupl
7
+ - errorlint
8
+ - gocritic
9
+ - gocyclo
10
- gofmt
11
- gofumpt
12
- gosec
13
+ - lll
14
+ - makezero
15
- misspell
16
- nakedret
17
+ - predeclared
18
- revive
19
- stylecheck
- - unconvert
- - unparam
- - whitespace
20
- tagliatelle
21
- thelper
22
- tparallel
23
- unconvert
24
+ - unparam
25
+ - unused
26
- wastedassign
27
+ - whitespace
28
issues:
29
exclude-rules:
30
- linters:
31
32
33
path: _test\.go
0 commit comments