Skip to content

Commit

Permalink
Fix rubocop issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Apr 11, 2024
1 parent 16f24f8 commit 6f01079
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ Metrics/AbcSize:
Metrics/CyclomaticComplexity:
Max: 10

Metrics/PerceivedComplexity:
Max: 10

Style/ClassAndModuleChildren:
Enabled: false

Expand All @@ -35,12 +32,6 @@ Naming/ClassAndModuleCamelCase:
- '**/definitions/**/*'
- 'test/support/additional_definitions/**/*'

# Offense count: 1
# Configuration parameters: MinBodyLength.
Style/GuardClause:
Exclude:
- 'lib/foreman_maintain/system_helpers.rb'

Style/HashSyntax:
EnforcedStyle: 'no_mixed_keys'

Expand Down

0 comments on commit 6f01079

Please sign in to comment.