Skip to content

Commit

Permalink
Enable revive and stylecheck in golangci linters
Browse files Browse the repository at this point in the history
  • Loading branch information
thogarty authored and ctreatma committed Feb 4, 2025
1 parent 11b21b0 commit 9b23943
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ linters:
- ineffassign
- staticcheck
- unused
- revive
- stylecheck
issues:
max-issues-per-linter: 0
max-same-issues: 0

0 comments on commit 9b23943

Please sign in to comment.