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
@@ -94,4 +94,8 @@
<Class name="org.jruby.truffle.nodes.RubyCallNode" />
<Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS" />
</Match>
<Match>
<Class name="~org\.jruby\.truffle\.runtime\.DebugOperations.*" />
<Bug pattern="URF_UNREAD_FIELD" />
</Match>
</FindBugsFilter>

0 comments on commit f8bc99c

Please sign in to comment.