Skip to content

Commit

Permalink
Disable Metrics/*Complexity cops
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeldesu committed Oct 18, 2023
1 parent 182654d commit 29a6a66
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ Metrics/ClassLength:
Enabled: false

Metrics/CyclomaticComplexity:
Severity: refactor
Enabled: false

Metrics/PerceivedComplexity:
Enabled: false

Metrics/ModuleLength:
Enabled: false
Expand Down

0 comments on commit 29a6a66

Please sign in to comment.