Skip to content

Commit

Permalink
Rubocop: Set MaxModuleLength to 150
Browse files Browse the repository at this point in the history
  • Loading branch information
bastian-src committed Oct 15, 2024
1 parent e987ae7 commit 1505c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Metrics/MethodLength:
# Offense count: 1
# Configuration parameters: CountComments, CountAsOne.
Metrics/ModuleLength:
Max: 112
Max: 150

# Offense count: 5
# Configuration parameters: IgnoredMethods.
Expand Down

0 comments on commit 1505c5d

Please sign in to comment.