Skip to content

Commit bbf6ca1

Browse files
committed
CI: Update nolintlint config
`allow-leading-space: false` is not valid config anymore ``` $ golangci-lint config verify jsonschema: "linters-settings.nolintlint" does not validate with "/properties/linters-settings/properties/nolintlint/additionalProperties": additionalProperties 'allow-leading-space' not allowed Failed executing command with error: the configuration contains invalid elements ```
1 parent e8912f3 commit bbf6ca1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.golangci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ linters:
2121
linters-settings:
2222
nolintlint:
2323
allow-unused: false
24-
allow-leading-space: false
2524
require-specific: true
2625

2726
govet:

0 commit comments

Comments
 (0)