Skip to content

Commit dab313d

Browse files
committed
fix by codereview
Signed-off-by: dongjiang <[email protected]>
1 parent b5258d1 commit dab313d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.golangci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ linters:
5454
- fieldalignment
5555
- shadow
5656
enable-all: true
57+
godox:
58+
keywords:
59+
- TODO
60+
- BUG
61+
- FIXME
62+
- NOTE
63+
- OPTIMIZE
64+
- HACK
5765
importas:
5866
no-unaliased: true
5967
revive:

0 commit comments

Comments
 (0)