Skip to content

Commit a1f88eb

Browse files
committed
Disable flaky unused nolint detection
golangci/golangci-lint#3228 Signed-off-by: Andrew Haines <[email protected]>
1 parent 1c45654 commit a1f88eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ linters-settings:
4141
- shadow
4242

4343
nolintlint:
44-
allow-unused: false
44+
allow-unused: true # false would be preferable, but it's flaky (https://github.com/golangci/golangci-lint/issues/3228)
4545
allow-leading-space: false
4646
require-specific: true
4747

0 commit comments

Comments
 (0)