Skip to content

Commit

Permalink
don't run findbugs on scala sources
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Kruszewski committed Jul 12, 2016
1 parent 5dbcdae commit 5381b7d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<!-- See http://findbugs.sourceforge.net/manual/filter.html for syntax -->
<FindBugsFilter>

<Match>
<Source name="~.*\.scala" />
</Match>

<!-- @NonnullByDefault doesn't play nicely with overriding @Nullable parameters/outputs -->
<Match>
<Bug pattern="NP_PARAMETER_MUST_BE_NONNULL_BUT_MARKED_AS_NULLABLE" />
Expand Down

0 comments on commit 5381b7d

Please sign in to comment.