We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6273373 commit 33fca28Copy full SHA for 33fca28
1 file changed
.golangci.yml
@@ -9,7 +9,6 @@ linters:
9
- staticcheck
10
- unused
11
- misspell
12
- - gocritic
13
- noctx
14
- bodyclose
15
- unconvert
@@ -22,14 +21,6 @@ linters:
22
21
enable-all: true
23
disable:
24
- fieldalignment
25
- gocritic:
26
- enabled-tags:
27
- - diagnostic
28
- - performance
29
- disabled-checks:
30
- - hugeParam
31
- - rangeValCopy
32
- - appendAssign
33
staticcheck:
34
checks:
35
- all
@@ -41,7 +32,6 @@ linters:
41
rules:
42
- path: _test\.go
43
linters:
44
45
46
36
47
37
- errcheck
0 commit comments