.rubocop.yml in pragma-1.2.6 vs .rubocop.yml in pragma-2.0.0

- old
+ new

@@ -22,40 +22,40 @@ Style/BlockDelimiters: Exclude: - 'spec/**/*' -Style/AlignParameters: +Layout/AlignParameters: EnforcedStyle: with_fixed_indentation -Style/ClosingParenthesisIndentation: +Layout/ClosingParenthesisIndentation: Enabled: false Metrics/LineLength: Max: 100 AllowURI: true -Style/FirstParameterIndentation: +Layout/FirstParameterIndentation: Enabled: false -Style/MultilineMethodCallIndentation: +Layout/MultilineMethodCallIndentation: EnforcedStyle: indented -Style/IndentArray: +Layout/IndentArray: EnforcedStyle: consistent -Style/IndentHash: +Layout/IndentHash: EnforcedStyle: consistent Style/SignalException: EnforcedStyle: semantic Style/BracesAroundHashParameters: EnforcedStyle: context_dependent Lint/EndAlignment: - AlignWith: variable + EnforcedStyleAlignWith: variable AutoCorrect: true Style/AndOr: EnforcedStyle: conditionals @@ -66,11 +66,11 @@ Enabled: false RSpec/ExampleLength: Enabled: false -Style/MultilineMethodCallBraceLayout: +Layout/MultilineMethodCallBraceLayout: Enabled: false Metrics/MethodLength: Enabled: false @@ -82,6 +82,9 @@ Metrics/CyclomaticComplexity: Enabled: false Metrics/ClassLength: + Enabled: false + +Metrics/BlockLength: Enabled: false