Skip to content

Commit 43a90c5

Browse files
committed
update .golangci.yml
Signed-off-by: dongjiang <[email protected]>
1 parent a9beb0b commit 43a90c5

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
@@ -52,6 +52,14 @@ linters:
5252
- fieldalignment
5353
- shadow
5454
enable-all: true
55+
godox:
56+
keywords:
57+
- TODO
58+
- BUG
59+
- FIXME
60+
- NOTE
61+
- OPTIMIZE
62+
- HACK
5563
importas:
5664
alias:
5765
- pkg: k8s.io/api/core/v1

0 commit comments

Comments
 (0)