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 7d1ec13 commit 8049d2cCopy full SHA for 8049d2c
src/main/.checkstyle_checks.xml
@@ -144,7 +144,7 @@
144
</module>
145
<module name="RegexpSinglelineJava">
146
<property name="format" value="CompilerAsserts.neverPartOfCompilation\(\)"/>
147
- <property name="message" value="Use a @TruffleBoundary instead, which does not fail compilation if called in PE code."/>
+ <property name="message" value="Pass a String argument explaining what to use instead in PE code."/>
148
149
150
<property name="format" value=",\s*@Cached"/>
0 commit comments