Skip to content

Instantly share code, notes, and snippets.

@alpargabos
Created August 14, 2016 17:28
Show Gist options
  • Save alpargabos/6ee89d7f1c45bc295a7d05678246404b to your computer and use it in GitHub Desktop.
Save alpargabos/6ee89d7f1c45bc295a7d05678246404b to your computer and use it in GitHub Desktop.
Checkstyle-supressions.xml
<?xml version="1.0"?>
<!DOCTYPE suppressions PUBLIC
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
<suppressions>
<suppress files="R.java" checks="[a-zA-Z0-9]*"/>
<suppress files="BuildConfig.java" checks="[a-zA-Z0-9]*"/>
<!-- <suppress files="Test" checks="[a-zA-Z0-9]*"/> -->
</suppressions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment