Skip to content

Instantly share code, notes, and snippets.

@rafaeltoledo
Created December 5, 2015 13:53
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/082f0ac7e5b05984ba7a to your computer and use it in GitHub Desktop.
Save rafaeltoledo/082f0ac7e5b05984ba7a to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
name="Android Application Rules"
xmlns="http://pmd.sf.net/ruleset/1.0.0"
xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd"
xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd">
<exclude-pattern>.*/R.java</exclude-pattern>
<exclude-pattern>.*/gen/.*</exclude-pattern>
<rule ref="rulesets/java/android.xml" />
</ruleset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment