Skip to content

Commit

Permalink
docs: fix wrong default value in comment (#2360)
Browse files Browse the repository at this point in the history
  • Loading branch information
mookjp authored Nov 16, 2021
1 parent ec58c48 commit 9cdc7af
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 @@ -565,7 +565,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 9cdc7af

Please sign in to comment.