.rubocop.yml in newrelic_rpm-8.7.0 vs .rubocop.yml in newrelic_rpm-8.8.0
- old
+ new
@@ -817,13 +817,10 @@
# Disabling for now
Lint/UselessAssignment:
Enabled: false
-Lint/UselessElseWithoutRescue:
- Enabled: true
-
Lint/UselessMethodDefinition:
Enabled: false
Lint/UselessSetterCall:
Enabled: true
@@ -965,10 +962,13 @@
Enabled: false
Performance/CompareWithBlock:
Enabled: true
+Performance/ConcurrentMonotonicTime:
+ Enabled: true
+
# Disabling for now
Performance/ConstantRegexp:
Enabled: false
# Disabling for now
@@ -1069,9 +1069,12 @@
Enabled: true
# Disabling for now
Performance/StartWith:
Enabled: false
+
+Performance/StringIdentifierArgument:
+ Enabled: true
Performance/StringInclude:
Enabled: false
# Disabling for now