Skip to content

Commit

Permalink
Exclude checking of com.google packages as we don't maintain them our…
Browse files Browse the repository at this point in the history
…selfs
  • Loading branch information
michaelb committed Mar 2, 2018
1 parent 598df8f commit d90196b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/findbugs/excludesFilter.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<FindBugsFilter>
<Match>
<Package name="~com\.google\..*"/>
</Match>
</FindBugsFilter>

0 comments on commit d90196b

Please sign in to comment.