Skip to content

Commit

Permalink
revive: enable some additional code quality rules
Browse files Browse the repository at this point in the history
Signed-off-by: John Mulligan <[email protected]>
  • Loading branch information
phlogistonjohn committed Apr 9, 2020
1 parent c9acb56 commit 9764170
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .revive.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ warningCode = 0
[rule.unused-parameter]
[rule.unreachable-code]
[rule.redefines-builtin-id]

[rule.atomic]
[rule.bool-literal-in-expr]
[rule.constant-logical-expr]
[rule.unnecessary-stmt]
[rule.unused-receiver]

0 comments on commit 9764170

Please sign in to comment.