Skip to content

Commit

Permalink
Increase method lines
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermoap committed Nov 10, 2023
1 parent e7e8b2d commit ce7801e
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 @@ -16,7 +16,10 @@ Gemspec/RequireMFA:
Enabled: false

Metrics/MethodLength:
Max: 25
Max: 50

Metrics/AbcSize:
Enabled: false

Layout/EndAlignment:
EnforcedStyleAlignWith: start_of_line
Expand Down

0 comments on commit ce7801e

Please sign in to comment.