Skip to content

Commit

Permalink
clarify comment on why we are not using golint
Browse files Browse the repository at this point in the history
  • Loading branch information
uturunku1 committed Sep 28, 2021
1 parent 771ab13 commit cabf350
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 @@ -4,7 +4,7 @@ linters:
enable:
- gosimple
- stylecheck
- revive #deprecated
- revive #golint is deprecated and golangci-lint recommends to use revive instead
#other deprecated lint libraries: maligned, scopelint, interfacer
issues:
exclude-rules:
Expand Down

0 comments on commit cabf350

Please sign in to comment.