Skip to content

Commit

Permalink
Merge pull request #74 from robert3005/robertk/dont-findbugs-scala
Browse files Browse the repository at this point in the history
don't run findbugs on scala sources
  • Loading branch information
uschi2000 authored Jul 12, 2016
2 parents 5dbcdae + 5381b7d commit 69c21a1
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 69c21a1

Please sign in to comment.