Skip to content

Commit

Permalink
Rename cops to use updated names
Browse files Browse the repository at this point in the history
  • Loading branch information
d-m-u committed Dec 4, 2019
1 parent 5e3d09e commit f05cfd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rubocop_base.yml
Expand Up @@ -5,7 +5,7 @@ AllCops:
- spec/manageiq/**/*
- vendor/**/*
TargetRubyVersion: 2.5
Layout/AlignHash:
Layout/HashAlignment:
EnforcedHashRocketStyle: table
EnforcedColonStyle: table
Layout/DefEndAlignment:
Expand Down Expand Up @@ -40,7 +40,7 @@ Metrics/PerceivedComplexity:
Enabled: false
Naming/RescuedExceptionsVariableName:
Enabled: false
Naming/UncommunicativeMethodParamName:
Naming/MethodParameterName:
AllowedNames:
- vm
- dc
Expand Down

0 comments on commit f05cfd9

Please sign in to comment.