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.
isRubyRange
1 parent fbc0722 commit e924640Copy full SHA for e924640
src/main/.checkstyle_checks.xml
@@ -211,7 +211,7 @@
211
<property name="message" value="Don't use transferToInterpreterOnException"/>
212
</module>
213
<module name="RegexpSinglelineJava">
214
- <property name="format" value='"isRuby(?!Value|DynamicObject|SymbolOrString|Rational|[^"]+\|\|)'/> <!-- Rational is not a builtin type -->
+ <property name="format" value='"isRuby(?!Value|DynamicObject|SymbolOrString|Rational|Range|[^"]+\|\|)'/> <!-- Rational is not a builtin type -->
215
<property name="message" value="Type the argument instead of using a positive isRuby* guard."/>
216
217
0 commit comments