Skip to content

Commit 5250d97

Browse files
Fix RuboCop warnings (#438)
> Warning: Lint/InterpolationCheck does not support Safe parameter. > Warning: Style/NumericPredicate does not support SafeAutoCorrect parameter.
1 parent 77cdde0 commit 5250d97

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.rubocop.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,6 @@ Lint/InheritException:
11291129
Lint/InterpolationCheck:
11301130
Description: Raise warning for interpolation in single q strs.
11311131
Enabled: true
1132-
Safe: false
11331132
VersionAdded: '0.50'
11341133
VersionChanged: '0.87'
11351134

@@ -2749,7 +2748,6 @@ Style/NumericPredicate:
27492748
Description: Checks for the use of predicate- or comparison methods for numeric comparisons.
27502749
StyleGuide: "#predicate-methods"
27512750
Safe: false
2752-
SafeAutoCorrect: false
27532751
Enabled: true
27542752
VersionAdded: '0.42'
27552753
VersionChanged: '0.59'

0 commit comments

Comments
 (0)