mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
golangci: fix invalid linter-settings configuration name (#7244)
* golangci: fix invalid `linter-settings` configuration name `linters-settings` is the correct configuration name [1]. [1]: https://golangci-lint.run/usage/configuration/#linters-settings-configuration Signed-off-by: Eng Zer Jun <engzerjun@gmail.com> * golangci: remove misspell US locale restriction Signed-off-by: Eng Zer Jun <engzerjun@gmail.com> --------- Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
This commit is contained in:
+1
-4
@@ -137,13 +137,10 @@ issues:
|
||||
- staticcheck
|
||||
text: "SA1019"
|
||||
|
||||
linter-settings:
|
||||
linters-settings:
|
||||
lll:
|
||||
line-length: 200
|
||||
|
||||
misspell:
|
||||
locale: US
|
||||
|
||||
linters:
|
||||
disable-all: true
|
||||
enable:
|
||||
|
||||
Reference in New Issue
Block a user