Skip to content

Commit 4396c00

Browse files
author
Ricardo Lüders
authored
Enables godox (#463)
this checks at the precommit for TODO, FIXME and BUG comments. To help us to avoid issue tracking.
1 parent 611106e commit 4396c00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.golangci.precommit.yml

+2
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ linters-settings:
6060
require-specific: false # don't require nolint directives to be specific about which linter is being skipped
6161

6262
linters:
63+
enable:
64+
- godox
6365
disable:
6466
- gomnd
6567

0 commit comments

Comments
 (0)