Skip to content

Commit

Permalink
*: fix revive false positive with generics (#39666)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei authored Dec 6, 2022
1 parent 2ca37cb commit a54faad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/check/revive.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ warningCode = -1
[rule.var-naming]
[rule.package-comments]
[rule.range]
[rule.receiver-naming]
#[rule.receiver-naming]
[rule.indent-error-flow]
[rule.superfluous-else]
[rule.modifies-parameter]
Expand Down

0 comments on commit a54faad

Please sign in to comment.