.rubocop.yml in pragma-2.4.0 vs .rubocop.yml in pragma-2.5.0
- old
+ new
@@ -31,19 +31,19 @@
Metrics/LineLength:
Max: 100
AllowURI: true
-Layout/FirstParameterIndentation:
+Layout/IndentFirstArgument:
Enabled: false
Layout/MultilineMethodCallIndentation:
EnforcedStyle: indented
-Layout/IndentArray:
+Layout/IndentFirstArrayElement:
EnforcedStyle: consistent
-Layout/IndentHash:
+Layout/IndentFirstHashElement:
EnforcedStyle: consistent
Style/SignalException:
EnforcedStyle: semantic