Skip to content

Commit

Permalink
disable module length metric
Browse files Browse the repository at this point in the history
  • Loading branch information
tibvdm committed Mar 20, 2024
1 parent a68bc95 commit 55ddccf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ Metrics/ClassLength:
Enabled: false
Metrics/MethodLength:
Enabled: false
Metrics/ModuleLength:
Enabled: false
Metrics/PerceivedComplexity:
Enabled: false
Metrics/CyclomaticComplexity:
Expand Down

0 comments on commit 55ddccf

Please sign in to comment.