Skip to content

Commit

Permalink
docs: clarify nolintlint.allow-unused (golangci#2319)
Browse files Browse the repository at this point in the history
  • Loading branch information
extemporalgenome authored and SeigeC committed Apr 4, 2023
1 parent 1582af7 commit 6e4a6c4
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 @@ -523,7 +523,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 6e4a6c4

Please sign in to comment.