rubocop.yml in rubocop-shopify-2.7.1 vs rubocop.yml in rubocop-shopify-2.8.0
- old
+ new
@@ -37,10 +37,16 @@
EnforcedStyle: consistent
Layout/HashAlignment:
EnforcedLastArgumentHashStyle: ignore_implicit
+Layout/LineContinuationLeadingSpace:
+ Enabled: false
+
+Layout/LineContinuationSpacing:
+ Enabled: false
+
Layout/LineEndStringConcatenationIndentation:
Enabled: true
EnforcedStyle: indented
Layout/LineLength:
@@ -77,10 +83,13 @@
Enabled: false
Lint/ConstantDefinitionInBlock:
Enabled: false
+Lint/ConstantOverwrittenInRescue:
+ Enabled: true
+
Lint/DeprecatedConstants:
Enabled: false
Lint/DisjunctiveAssignmentInConstructor:
Enabled: false
@@ -156,9 +165,12 @@
Lint/NestedPercentLiteral:
Enabled: false
Lint/NoReturnInBeginEndBlocks:
+ Enabled: false
+
+Lint/NonAtomicFileOperation:
Enabled: false
Lint/NonDeterministicRequireOrder:
Enabled: false