Skip to content

Commit 6fd90d8

Browse files
committed
Added misspell and unparam linters
1 parent ff7a4c0 commit 6fd90d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.golangci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ linters:
1616
- revive #golint is deprecated and golangci-lint recommends to use revive instead https://github.com/mgechev/revive
1717
#other deprecated lint libraries: maligned, scopelint, interfacer
1818
- gocritic
19+
- unparam
20+
- misspell
1921
issues:
2022
exclude-rules:
2123
- path: _test\.go

0 commit comments

Comments
 (0)