.rubocop.yml in pragma-operation-1.6.3 vs .rubocop.yml in pragma-operation-2.0.0
- old
+ new
@@ -13,39 +13,40 @@
- 'spec/rails_helper.rb'
- 'spec/support/**/*'
- 'config/**/*'
- '**/Rakefile'
- '**/Gemfile'
+ - 'pragma-operation.gemspec'
RSpec/DescribeClass:
Exclude:
- 'spec/requests/**/*'
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
@@ -66,11 +67,11 @@
Enabled: false
RSpec/ExampleLength:
Enabled: false
-Style/MultilineMethodCallBraceLayout:
+Layout/MultilineMethodCallBraceLayout:
Enabled: false
Metrics/MethodLength:
Enabled: false
@@ -84,10 +85,10 @@
Enabled: false
Metrics/ClassLength:
Enabled: false
-Style/CaseIndentation:
+Layout/CaseIndentation:
EnforcedStyle: end
IndentOneStep: false
Metrics/BlockLength:
Enabled: false