Skip to content

Commit

Permalink
docs: fix wrong default value in comment (golangci#2360)
Browse files Browse the repository at this point in the history
  • Loading branch information
mookjp authored and SeigeC committed Apr 4, 2023
1 parent 574a8b4 commit 55585d9
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 @@ -570,7 +570,7 @@ linters-settings:
block-size: 1

nolintlint:
# Disable to ensure that all nolint directives actually have an effect. Default is true.
# Disable to ensure that all nolint directives actually have an effect. Default is false.
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 55585d9

Please sign in to comment.