Skip to content

Commit

Permalink
Updating Rubocop file
Browse files Browse the repository at this point in the history
  • Loading branch information
caiosba committed Aug 27, 2024
1 parent c1c9b20 commit e9d823b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ Metrics/CyclomaticComplexity:
A complexity metric that is strongly correlated to the number
of test cases needed to validate a method.
Enabled: true
Max: 12
Max: 13

Metrics/LineLength:
Description: 'Limit lines to 80 characters.'
Expand Down

0 comments on commit e9d823b

Please sign in to comment.