Skip to content

Commit

Permalink
rubocop: turn off all Metrics warnings
Browse files Browse the repository at this point in the history
I'm not about to rewrite too-long methods, etc. Let's not worry about
this.
  • Loading branch information
peff committed Oct 5, 2022
1 parent 1e72694 commit e5c67d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ Rails/TimeZone:

Style/HashSyntax:
EnforcedShorthandSyntax: either

Metrics:
Enabled: false

0 comments on commit e5c67d9

Please sign in to comment.