Skip to content

Commit

Permalink
Disable Metrics/ModuleLength
Browse files Browse the repository at this point in the history
This is such a matter of taste
  • Loading branch information
duncanjbrown committed Jul 19, 2022
1 parent 0487f75 commit 5f8277c
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 @@ -28,6 +28,9 @@ Layout/MultilineMethodCallIndentation:
Style/FrozenStringLiteralComment:
Enabled: false

Metrics/ModuleLength:
Enabled: false

# Offense count: 2
# This cop supports safe auto-correction (--auto-correct).
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
Expand Down

0 comments on commit 5f8277c

Please sign in to comment.