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
@@ -29,6 +29,10 @@
<Class name="org.jruby.truffle.nodes.exceptions.TopLevelRaiseHandler" />
<Bug pattern="DM_EXIT" />
</Match>
<Match>
<Class name="org.jruby.truffle.nodes.core.CoreMethodNodeManager" />
<Bug pattern="DM_EXIT" />
</Match>
<Match>
<Class name="org.jruby.truffle.nodes.core.CoreMethodNodeManager$AmbiguousOptionalArgumentChecker" />
<Bug pattern="DM_EXIT" />
@@ -157,6 +161,10 @@
<Class name="org.jruby.truffle.nodes.core.FiberNodes$FiberResumeMessage" />
<Bug pattern="EI_EXPOSE_REP" />
</Match>
<Match>
<Class name="org.jruby.truffle.runtime.methods.Arity" />
<Bug pattern="EI_EXPOSE_REP" />
</Match>

<!-- Hacks that should go away at some point -->

0 comments on commit 1e1d3b5

Please sign in to comment.