Skip to content

Instantly share code, notes, and snippets.

@ataylor284
Created December 21, 2015 17:41
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 ataylor284/bb5a2ad2f9293c7f5da2 to your computer and use it in GitHub Desktop.
Save ataylor284/bb5a2ad2f9293c7f5da2 to your computer and use it in GitHub Desktop.
Snippet for pmd code checks.
apply plugin: 'pmd'
pmd {
consoleOutput = true
ruleSets = ['java-basic', 'java-braces', 'java-imports', 'java-design', 'java-typeresolution', 'java-unnecessary']
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment