.rubocop.yml in narou-3.1.11 vs .rubocop.yml in narou-3.2.0
- old
+ new
@@ -114,14 +114,14 @@
- "have_"
Style/GlobalVars:
Enabled: false
-Style/IndentHash:
+Layout/IndentHash:
Enabled: false
-Style/LeadingCommentSpace:
+Layout/LeadingCommentSpace:
Enabled: true
Style/LineEndConcatenation:
Enabled: true
@@ -159,17 +159,17 @@
Enabled: false
SignalException:
EnforcedStyle: only_raise
-Style/SpaceAfterComma:
+Layout/SpaceAfterComma:
Enabled: true
-Style/SpaceAroundOperators:
+Layout/SpaceAroundOperators:
Enabled: true
-Style/SpaceInsideRangeLiteral:
+Layout/SpaceInsideRangeLiteral:
Enabled: true
Style/SpecialGlobalVars:
Enabled: false
@@ -177,14 +177,14 @@
EnforcedStyle: double_quotes
Style/SymbolProc:
Enabled: true
-Style/Tab:
+Layout/Tab:
Enabled: true
-Style/TrailingBlankLines:
+Layout/TrailingBlankLines:
Enabled: false
Style/TrailingCommaInLiteral:
Enabled: false
@@ -207,13 +207,16 @@
Enabled: false
Lint/UnderscorePrefixedVariableName:
Enabled: false
-Style/EmptyLinesAroundClassBody:
+Layout/EmptyLinesAroundClassBody:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
-Style/MultilineOperationIndentation:
+Layout/MultilineOperationIndentation:
+ Enabled: false
+
+Layout/IndentHeredoc:
Enabled: false