Skip to content

Commit

Permalink
Change FindBugs settings to ignore generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
nmiyake committed Feb 10, 2016
1 parent 46442e8 commit 0dbe876
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .baseline/findbugs/excludeFilter.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!-- See http://findbugs.sourceforge.net/manual/filter.html for syntax -->
<FindBugsFilter>
<!-- ignore generated code -->
<Match>
<Class name="~.*\.*Immutable.*" />
</Match>

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

0 comments on commit 0dbe876

Please sign in to comment.