Skip to content

Commit 399f5c3

Browse files
committed
fix by codeview
Signed-off-by: dongjiang <[email protected]>
1 parent 36a7035 commit 399f5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ linters:
189189
- staticcheck
190190
path: (.+)\.go$
191191
text: (ST1000|QF1008)
192-
- text: "Line contains TODO/BUG/FIXME"
192+
- text: "Line contains (TODO|NOTE)"
193193
linters:
194194
- godox
195195
issues:

0 commit comments

Comments
 (0)