core.yml in ws-style-6.2.0 vs core.yml in ws-style-6.3.0
- old
+ new
@@ -216,5 +216,130 @@
# 0.86
Style/RedundantFetchBlock:
Enabled: True
+# 0.87
+Style/AccessorGrouping:
+ Enabled: True
+
+Style/BisectedAttrAccessor:
+ Enabled: True
+
+Style/RedundantAssignment:
+ Enabled: True
+
+# 0.88
+Lint/DuplicateElsifCondition:
+ Enabled: True
+
+Style/ArrayCoercion:
+ Enabled: True
+
+Style/CaseLikeIf:
+ Enabled: True
+
+Style/HashAsLastArrayItem:
+ Enabled: True
+
+Style/HashLikeCase:
+ Enabled: True
+
+Style/RedundantFileExtensionInRequire:
+ Enabled: True
+
+# 0.89
+Lint/BinaryOperatorWithIdenticalOperands:
+ Enabled: True
+
+Lint/DuplicateRescueException:
+ Enabled: True
+
+Lint/EmptyConditionalBody:
+ Enabled: True
+
+Lint/FloatComparison:
+ Enabled: True
+
+Lint/MissingSuper:
+ Enabled: True
+
+Lint/OutOfRangeRegexpRef:
+ Enabled: True
+
+Lint/SelfAssignment:
+ Enabled: True
+
+Lint/TopLevelReturnWithArgument:
+ Enabled: True
+
+Lint/UnreachableLoop:
+ Enabled: True
+
+Style/ExplicitBlockArgument:
+ Enabled: True
+
+Style/GlobalStdStream:
+ Enabled: False
+
+Style/OptionalBooleanParameter:
+ Enabled: True
+
+Style/SingleArgumentDig:
+ Enabled: True
+
+Style/StringConcatenation:
+ Enabled: True
+
+# rubocop-performance 1.7
+Performance/AncestorsInclude:
+ Enabled: True
+
+Performance/BigDecimalWithNumericArgument:
+ Enabled: True
+
+Performance/RedundantSortBlock:
+ Enabled: True
+
+Performance/RedundantStringChars:
+ Enabled: True
+
+Performance/ReverseFirst:
+ Enabled: True
+
+Performance/SortReverse:
+ Enabled: True
+
+Performance/Squeeze:
+ Enabled: True
+
+Performance/StringInclude:
+ Enabled: True
+
+# 0.90
+Lint/DuplicateRequire:
+ Enabled: True
+
+Lint/EmptyFile:
+ Enabled: True
+
+Lint/TrailingCommaInAttributeDeclaration:
+ Enabled: True
+
+Lint/UselessMethodDefinition:
+ Enabled: True
+
+Style/CombinableLoops:
+ Enabled: True
+
+Style/KeywordParametersOrder:
+ Enabled: True
+
+Style/RedundantSelfAssignment:
+ Enabled: True
+
+Style/SoleNestedConditional:
+ Enabled: True
+
+# rubocop-performance 1.7
+Performance/Sum:
+ Enabled: True