Skip to content

Commit df4c66c

Browse files
Ignore this rule
Will revisit if needed later.
1 parent 0be0e2f commit df4c66c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.rubocop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,7 @@ Security/Eval:
113113
Style/IfUnlessModifier:
114114
Description: Checks for `if` and `unless` statements that would fit on one line if written as modifier `if`/`unless`. The cop also checks for modifier `if`/`unless` lines that exceed the maximum line length.
115115
Enabled: false
116+
117+
Style/MultipleComparison:
118+
Description: Avoid comparing a variable with multiple items in a conditional, use Array#include? instead.
119+
Enabled: false

0 commit comments

Comments
 (0)