Skip to content

Commit 6f3c20a

Browse files
committed
remove godox
Signed-off-by: dongjiang <[email protected]>
1 parent c67f225 commit 6f3c20a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.golangci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ linters:
2222
- goconst
2323
- gocritic
2424
- gocyclo
25-
- godox
2625
- goprintffuncname
2726
- govet
2827
- importas
@@ -52,14 +51,6 @@ linters:
5251
- fieldalignment
5352
- shadow
5453
enable-all: true
55-
godox:
56-
keywords:
57-
- TODO
58-
- BUG
59-
- FIXME
60-
- NOTE
61-
- OPTIMIZE
62-
- HACK
6354
importas:
6455
alias:
6556
- pkg: k8s.io/api/core/v1
@@ -189,9 +180,6 @@ linters:
189180
- staticcheck
190181
path: (.+)\.go$
191182
text: (ST1000|QF1008)
192-
- text: "Line contains (TODO|NOTE|OPTIMIZE|HACK)"
193-
linters:
194-
- godox
195183
issues:
196184
max-issues-per-linter: 0
197185
max-same-issues: 0

0 commit comments

Comments
 (0)