We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77cdde0 commit 5250d97Copy full SHA for 5250d97
.rubocop.yml
@@ -1129,7 +1129,6 @@ Lint/InheritException:
1129
Lint/InterpolationCheck:
1130
Description: Raise warning for interpolation in single q strs.
1131
Enabled: true
1132
- Safe: false
1133
VersionAdded: '0.50'
1134
VersionChanged: '0.87'
1135
@@ -2749,7 +2748,6 @@ Style/NumericPredicate:
2749
2748
Description: Checks for the use of predicate- or comparison methods for numeric comparisons.
2750
StyleGuide: "#predicate-methods"
2751
Safe: false
2752
- SafeAutoCorrect: false
2753
2754
VersionAdded: '0.42'
2755
VersionChanged: '0.59'
0 commit comments