Skip to content

Commit

Permalink
Fix Layout/ExtraSpacing cop
Browse files Browse the repository at this point in the history
  • Loading branch information
archanaserver committed Jan 29, 2024
1 parent 101e27b commit e3a8c97
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ Metrics:
Lint/UnusedMethodArgument:
Enabled: false

Lint/ConstantDefinitionInBlock:
Enabled: false

Layout/ExtraSpacing:
Enabled: true

# JobTemplates use this for inputs, we should probably whitelist classes
Security/YAMLLoad:
Enabled: false
Expand Down

0 comments on commit e3a8c97

Please sign in to comment.