Skip to content

Commit

Permalink
Update revive ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiburjack committed Aug 12, 2022
1 parent 147a7a7 commit a841a60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion revive.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ warningCode = 1
[rule.increment-decrement]
[rule.var-naming]
[rule.var-declaration]
[rule.package-comments]
[rule.range]
[rule.receiver-naming]
[rule.time-equal]
Expand Down Expand Up @@ -58,3 +57,5 @@ warningCode = 1
[rule.confusing-results]
[rule.struct-tag]
[rule.empty-lines]
[rule.use-any]
[rule.datarace]

0 comments on commit a841a60

Please sign in to comment.