Skip to content

Commit

Permalink
Added misspell and unparam linters
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasslash committed Feb 22, 2022
1 parent ff7a4c0 commit 6fd90d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yml
Expand Up @@ -16,6 +16,8 @@ linters:
- revive #golint is deprecated and golangci-lint recommends to use revive instead https://github.com/mgechev/revive
#other deprecated lint libraries: maligned, scopelint, interfacer
- gocritic
- unparam
- misspell
issues:
exclude-rules:
- path: _test\.go
Expand Down

0 comments on commit 6fd90d8

Please sign in to comment.