Skip to content

Commit

Permalink
golangci: fix invalid linter-settings configuration name
Browse files Browse the repository at this point in the history
`linters-settings` is the correct configuration name [1].

[1]: https://golangci-lint.run/usage/configuration/#linters-settings-configuration

Signed-off-by: Eng Zer Jun <[email protected]>
  • Loading branch information
Juneezee committed Jan 4, 2025
1 parent 68fd79b commit d2c5cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ issues:
- staticcheck
text: "SA1019"

linter-settings:
linters-settings:
lll:
line-length: 200

Expand Down

0 comments on commit d2c5cad

Please sign in to comment.