.rubocop-performance.yml in rubocopital-0.7.1 vs .rubocop-performance.yml in rubocopital-1.0.0
- old
+ new
@@ -36,5 +36,20 @@
Performance/BindCall:
Enabled: true
Performance/BigDecimalWithNumericArgument:
Enabled: true
+
+Performance/BlockGivenWithExplicitBlock:
+ Enabled: true
+
+Performance/CollectionLiteralInLoop:
+ Enabled: true
+
+Performance/ConstantRegexp:
+ Enabled: true
+
+Performance/MethodObjectAsBlock:
+ Enabled: true
+
+Performance/Sum:
+ Enabled: true