Skip to content

Commit

Permalink
fix(lint/typo): linter-settings => linters-settings (#52)
Browse files Browse the repository at this point in the history
The setting is called linters-settings, not linter-settings.
  • Loading branch information
abhinav committed Sep 13, 2023
1 parent 1549213 commit 02e3e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ linters:
- paralleltest
- revive

linter-settings:
linters-settings:
govet:
enable:
- niliness
Expand Down

0 comments on commit 02e3e97

Please sign in to comment.