config/ruby.yml in caliber-0.9.0 vs config/ruby.yml in caliber-0.10.0
- old
+ new
@@ -5,12 +5,10 @@
- "node_modules/**/*"
- "tmp/**/*"
- "vendor/**/*"
Bundler/InsecureProtocolSource:
AllowHttpProtocol: false
-Gemspec/DateAssignment:
- Enabled: true
Gemspec/DependencyVersion:
Enabled: true
Gemspec/RequireMFA:
Enabled: true
Gemspec/DeprecatedAttributeAssignment:
@@ -58,10 +56,14 @@
Enabled: true
Layout/FirstMethodArgumentLineBreak:
Enabled: true
Layout/FirstMethodParameterLineBreak:
Enabled: true
+Layout/LineContinuationLeadingSpace:
+ Enabled: true
+Layout/LineContinuationSpacing:
+ Enabled: true
Layout/LineEndStringConcatenationIndentation:
Enabled: true
IndentationWidth: 0
Layout/LineLength:
Max: 100
@@ -89,10 +91,12 @@
Enabled: true
Lint/AmbiguousOperatorPrecedence:
Enabled: true
Lint/AmbiguousRange:
Enabled: true
+Lint/ConstantOverwrittenInRescue:
+ Enabled: true
Lint/DeprecatedConstants:
Enabled: true
Lint/DuplicateBranch:
Enabled: true
Lint/DuplicateRegexpCharacterClassElement:
@@ -114,9 +118,11 @@
Lint/EmptyWhen:
AllowComments: false
Lint/IncompatibleIoSelectWithFiberScheduler:
Enabled: true
Lint/LambdaWithoutLiteralBlock:
+ Enabled: true
+Lint/NonAtomicFileOperation:
Enabled: true
Lint/NoReturnInBeginEndBlocks:
Enabled: true
Lint/NumberedParameterAssignment:
Enabled: true