Skip to content

Commit

Permalink
Merge pull request #42 from nmiyake/fixBaseline
Browse files Browse the repository at this point in the history
Fix Checkstyle and FindBugs settings
  • Loading branch information
markelliot committed Feb 10, 2016
2 parents 46442e8 + 0dbe876 commit ce4c862
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 ce4c862

Please sign in to comment.