Skip to content

Commit e63a66d

Browse files
committed
remove godox
Signed-off-by: dongjiang <[email protected]>
1 parent 1063d9f commit e63a66d

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
@@ -24,7 +24,6 @@ linters:
2424
- goconst
2525
- gocritic
2626
- gocyclo
27-
- godox
2827
- goprintffuncname
2928
- govet
3029
- importas
@@ -54,14 +53,6 @@ linters:
5453
- fieldalignment
5554
- shadow
5655
enable-all: true
57-
godox:
58-
keywords:
59-
- TODO
60-
- BUG
61-
- FIXME
62-
- NOTE
63-
- OPTIMIZE
64-
- HACK
6556
importas:
6657
no-unaliased: true
6758
revive:
@@ -134,9 +125,6 @@ linters:
134125
- staticcheck
135126
path: (.+)\.go$
136127
text: (QF1008)
137-
- text: "Line contains TODO/BUG/FIXME"
138-
linters:
139-
- godox
140128
formatters:
141129
enable:
142130
- gofmt

0 commit comments

Comments
 (0)