Skip to content

Instantly share code, notes, and snippets.

@panser
Created April 15, 2016 13:07
Show Gist options
  • Save panser/24cb9aa5ea4ff2285e5a82647425ba63 to your computer and use it in GitHub Desktop.
Save panser/24cb9aa5ea4ff2285e5a82647425ba63 to your computer and use it in GitHub Desktop.
<?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="[\\/]jaxb[\\/]" checks=".*"/>
<!-- (6.9.1 version of checkstyle) suppress files="^(?!.*[\\/]jaxb[\\/])([a-zA-Z0-9\\/]*)" checks=".*"/-->
</suppressions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment