.rubocop.yml in pragma-operation-1.4.0 vs .rubocop.yml in pragma-operation-1.5.0

- old
+ new

@@ -51,11 +51,11 @@ Style/BracesAroundHashParameters: EnforcedStyle: context_dependent Lint/EndAlignment: - AlignWith: variable + EnforcedStyleAlignWith: variable AutoCorrect: true Style/AndOr: EnforcedStyle: conditionals @@ -82,6 +82,13 @@ Metrics/CyclomaticComplexity: Enabled: false Metrics/ClassLength: + Enabled: false + +Style/CaseIndentation: + EnforcedStyle: end + IndentOneStep: false + +Metrics/BlockLength: Enabled: false