Skip to content

Commit

Permalink
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tool/truffle-findbugs-exclude.xml
Original file line number Diff line number Diff line change
@@ -106,6 +106,10 @@
<Class name="~org\.jruby\.truffle\.runtime\.DebugOperations.*" />
<Bug pattern="URF_UNREAD_FIELD" />
</Match>
<Match>
<Class name="org.jruby.truffle.runtime.subsystems.AtExitManager" />
<Bug pattern="DE_MIGHT_IGNORE" />
</Match>

<!-- Stuff we just don't agree with -->

0 comments on commit 1b6729a

Please sign in to comment.