Skip to content

Instantly share code, notes, and snippets.

@skhatri
Created April 13, 2012 04:26
Show Gist options
  • Save skhatri/2373673 to your computer and use it in GitHub Desktop.
Save skhatri/2373673 to your computer and use it in GitHub Desktop.
mass suppress checkstyle violations
file("${theDir}").listFiles().each {
println """<suppress checks=".*" files="${it.getName()}"/>"""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment