File tree Expand file tree Collapse file tree 1 file changed +2
-50
lines changed Expand file tree Collapse file tree 1 file changed +2
-50
lines changed Original file line number Diff line number Diff line change 1
1
issues :
2
2
exclude-rules :
3
3
- linters :
4
- - staticcheck
5
- - errcheck
6
- - unconvert
7
- - unparam
8
- - dupword
9
- - gosimple
10
- - nilerr
11
- - nilnil
12
- # TODO(mael): add the following linters one by one and fix the issues
13
- # they report. I didn't have time to do that when I migrated to
14
- # makefile-modules.
15
- - asasalint
16
- - asciicheck
17
- - bidichk
18
4
- bodyclose
19
- - contextcheck
20
- - decorder
21
- - dogsled
22
5
- dupword
23
- - durationcheck
24
6
- errcheck
25
7
- errchkjson
26
- - errname
27
- - execinquery
28
- - exhaustive
29
- - exportloopref
30
8
- forbidigo
31
9
- gci
32
- - ginkgolinter
33
- - gocheckcompilerdirectives
34
- - gochecksumtype
35
10
- gocritic
36
11
- gofmt
37
- - goheader
38
- - goprintffuncname
39
12
- gosec
40
13
- gosimple
41
- - gosmopolitan
42
14
- govet
43
- - grouper
44
- - importas
45
- - ineffassign
46
- - interfacebloat
47
- - loggercheck
48
- - makezero
49
- - mirror
50
15
- misspell
51
16
- musttag
52
- - nakedret
53
17
- nilerr
54
- - nilnil
55
- - noctx
56
- - nosprintfhostport
57
- - predeclared
58
- - promlinter
59
- - protogetter
60
- - reassign
61
- - sloglint
62
18
- staticcheck
63
- - tagalign
64
- - tenv
65
- - testableexamples
66
- - typecheck
19
+ - noctx
67
20
- unconvert
68
21
- unparam
69
- - unused
70
22
- usestdlibvars
71
- - wastedassign
23
+ - predeclared
72
24
text : " .*"
73
25
linters :
74
26
# Explicitly define all enabled linters
You can’t perform that action at this time.
0 commit comments