Skip to content

Instantly share code, notes, and snippets.

@rafaeltoledo
Created November 17, 2015 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafaeltoledo/a207a3792c8e30727495 to your computer and use it in GitHub Desktop.
Save rafaeltoledo/a207a3792c8e30727495 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<FindBugsFilter>
<Match>
<Class name="~.*\.R\$.*" />
</Match>
<Match>
<Class name="~.*\.Manifest\$.*" />
</Match>
<!-- Todas as classes de teste, exceto bugs específicos do JUnit -->
<Match>
<Class name="~.*\.*Test" />
<Not>
<Bug code="IJU" />
</Not>
</Match>
</FindBugsFilter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment