Skip to content

Commit

Permalink
disable metrics cops
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Sep 12, 2022
1 parent 5e9a6fd commit 8f9ba32
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,20 @@ Layout/LineLength:

Gemspec/RequireMFA:
Enabled: false

Metrics/AbcSize:
Enabled: false
Metrics/BlockLength:
Enabled: false
Metrics/ClassLength:
Enabled: false
Metrics/CyclomaticComplexity:
Enabled: false
Metrics/MethodLength:
Enabled: false
Metrics/ModuleLength:
Enabled: false
Metrics/ParameterLists:
Enabled: false
Metrics/PerceivedComplexity:
Enabled: false

0 comments on commit 8f9ba32

Please sign in to comment.