Skip to content

Commit 69ed5f4

Browse files
authored
fix(lint/typo): linter-settings => linters-settings (#165)
The golangci-ling configuration is called linters-settings.
1 parent 681903b commit 69ed5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ linters:
1818
- paralleltest
1919
- revive
2020

21-
linter-settings:
21+
linters-settings:
2222
govet:
2323
enable:
2424
- niliness

0 commit comments

Comments
 (0)