Skip to content

Commit

Permalink
Disable flaky unused nolint detection
Browse files Browse the repository at this point in the history
golangci/golangci-lint#3228

Signed-off-by: Andrew Haines <[email protected]>
  • Loading branch information
haines committed Sep 15, 2023
1 parent 566e2ea commit d43b75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ linters-settings:
- shadow

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

Expand Down

0 comments on commit d43b75c

Please sign in to comment.