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 authored and uturunku1 committed Feb 24, 2022
1 parent 63e6b12 commit 7056f21
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 7056f21

Please sign in to comment.