Skip to content

Commit

Permalink
docs: clarify nolintlint.allow-unused (#2319)
Browse files Browse the repository at this point in the history
  • Loading branch information
extemporalgenome authored Nov 2, 2021
1 parent 1012c10 commit 7fcd0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ linters-settings:
block-size: 1

nolintlint:
# Enable to ensure that nolint directives are all used. Default is true.
# Disable to ensure that all nolint directives actually have an effect. Default is true.
allow-unused: false
# Disable to ensure that nolint directives don't have a leading space. Default is true.
allow-leading-space: true
Expand Down

0 comments on commit 7fcd0a8

Please sign in to comment.