Skip to content

Commit

Permalink
(CONT-1027) Bump module length
Browse files Browse the repository at this point in the history
  • Loading branch information
chelnak committed May 30, 2023
1 parent e35eaaf commit e815579
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Metrics/MethodLength:
# Offense count: 5
# Configuration parameters: CountComments, CountAsOne.
Metrics/ModuleLength:
Max: 195
Max: 200

# Offense count: 45
# Configuration parameters: AllowedMethods, AllowedPatterns.
Expand Down Expand Up @@ -199,7 +199,6 @@ Style/Documentation:
Style/FrozenStringLiteralComment:
Enabled: false

# Offense count: 4
Style/OpenStructUse:
Exclude:
- 'lib/pdk/template/renderer/v1/template_file.rb'
Expand Down

0 comments on commit e815579

Please sign in to comment.