Skip to content

Commit

Permalink
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tool/truffle-findbugs-exclude.xml
Original file line number Diff line number Diff line change
@@ -25,6 +25,14 @@
<Class name="org.jruby.truffle.format.parser.PackParser" />
</Match>

<Match>
<Class name="org.jruby.truffle.format.parser.PrintfLexer" />
</Match>

<Match>
<Class name="org.jruby.truffle.format.parser.PrintfParser" />
</Match>

<!-- Sometimes we really do want to exit - but we should rethink for multi-tennant -->

<Match>

0 comments on commit c70bbc9

Please sign in to comment.