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 c67f225 commit 6f3c20aCopy full SHA for 6f3c20a
.golangci.yml
@@ -22,7 +22,6 @@ linters:
22
- goconst
23
- gocritic
24
- gocyclo
25
- - godox
26
- goprintffuncname
27
- govet
28
- importas
@@ -52,14 +51,6 @@ linters:
52
51
- fieldalignment
53
- shadow
54
enable-all: true
55
- godox:
56
- keywords:
57
- - TODO
58
- - BUG
59
- - FIXME
60
- - NOTE
61
- - OPTIMIZE
62
- - HACK
63
importas:
64
alias:
65
- pkg: k8s.io/api/core/v1
@@ -189,9 +180,6 @@ linters:
189
180
- staticcheck
190
181
path: (.+)\.go$
191
182
text: (ST1000|QF1008)
192
- - text: "Line contains (TODO|NOTE|OPTIMIZE|HACK)"
193
- linters:
194
195
183
issues:
196
184
max-issues-per-linter: 0
197
185
max-same-issues: 0
0 commit comments