config/default.yml in rubocop-mhenrixon-0.88.0 vs config/default.yml in rubocop-mhenrixon-0.89
- old
+ new
@@ -10,10 +10,11 @@
- Include
AllCops:
DisplayCopNames: true
DisplayStyleGuide: true
+ TargetRubyVersion: 2.5
Include:
- "Rakefile"
- "Gemfile"
- "*.gemspec"
- 'Rakefile'
@@ -53,17 +54,44 @@
Enabled: true
Lint/MixedRegexpCaptureTypes: # (0.85)
Enabled: true
+Lint/BinaryOperatorWithIdenticalOperands: # (0.89)
+ Enabled: true
+
+Lint/DuplicateRescueException: # (0.89)
+ Enabled: true
+
+Lint/EmptyConditionalBody: # (0.89)
+ Enabled: true
+
+Lint/FloatComparison: # (0.89)
+ Enabled: true
+
+Lint/MissingSuper: # (0.89)
+ Enabled: true
+
+Lint/OutOfRangeRegexpRef: # (0.89)
+ Enabled: true
+
Lint/RaiseException:
Enabled: true
+Lint/SelfAssignment: # (0.89)
+ Enabled: true
+
Lint/StructNewOverride:
Enabled: true
+Lint/TopLevelReturnWithArgument: # (0.89)
+ Enabled: true
+Lint/UnreachableLoop: # (0.89)
+ Enabled: true
+
+
#===============
#=== METRICS ===
#===============
Metrics/BlockLength:
@@ -134,11 +162,17 @@
Style/CaseLikeIf: # (0.88)
Enabled: true
Style/ExponentialNotation: # (0.82)
Enabled: true
-
+
+Style/ExplicitBlockArgument: # (0.89)
+ Enabled: true
+
+Style/GlobalStdStream: # (0.89)
+ Enabled: true
+
Style/HashAsLastArrayItem: # (0.88)
Enabled: true
Style/HashEachMethods:
Enabled: true
@@ -150,10 +184,13 @@
Enabled: true
Style/HashTransformValues:
Enabled: true
+Style/OptionalBooleanParameter: # (0.89)
+ Enabled: true
+
Style/RedundantAssignment: # (0.87)
Enabled: true
Style/RedundantFetchBlock: # (0.86)
Enabled: true
@@ -165,7 +202,13 @@
Enabled: true
Style/RedundantRegexpEscape: # (0.85)
Enabled: true
+Style/SingleArgumentDig: # (0.89)
+ Enabled: true
+
Style/SlicingWithRange: # (0.83)
+ Enabled: true
+
+Style/StringConcatenation: # (0.89)
Enabled: true
\ No newline at end of file