You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/.checkstyle_checks.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -208,7 +208,7 @@
208
208
<propertyname="message"value="Don't use transferToInterpreterOnException"/>
209
209
</module>
210
210
<modulename="RegexpSinglelineJava">
211
-
<propertyname="format"value='"isRuby(?!Value|DynamicObject|SymbolOrString|Rational|Range|[^"]+\|\|)'/> <!-- Rational is not a builtin type -->
211
+
<propertyname="format"value='"isRuby(?!Value|DynamicObject|SymbolOrString|Rational|Range|[^"]+\|\|)\w+\(\w+\)'/> <!-- Rational is not a builtin type -->
212
212
<propertyname="message"value="Type the argument instead of using a positive isRuby* guard."/>
0 commit comments