Skip to content

Commit

Permalink
Update .rubocop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phrdang committed Jun 22, 2024
1 parent a7ee69e commit ed74525
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,15 @@ require:

AllCops:
NewCops: enable

Metrics/AbcSize:
Enabled: false

Metrics/CyclomaticComplexity:
Enabled: false

Metrics/MethodLength:
Max: 100

Metrics/PerceivedComplexity:
Enabled: false

0 comments on commit ed74525

Please sign in to comment.