Skip to content

Commit a6365e5

Browse files
committed
docs: remove allow-leading-space option
1 parent da3b149 commit a6365e5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.golangci.reference.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1159,9 +1159,6 @@ linters-settings:
11591159
# Disable to ensure that all nolint directives actually have an effect.
11601160
# Default: false
11611161
allow-unused: true
1162-
# Disable to ensure that nolint directives don't have a leading space.
1163-
# Default: true
1164-
allow-leading-space: false
11651162
# Exclude following linters from requiring an explanation.
11661163
# Default: []
11671164
allow-no-explanation: [ ]

0 commit comments

Comments
 (0)