mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-11-04 00:33:55 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			656 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			656 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0"?>
 | 
						|
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Commons Android App 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">
 | 
						|
 | 
						|
    <description>Custom ruleset for Commons Android app</description>
 | 
						|
 | 
						|
    <exclude-pattern>.*/R.java</exclude-pattern>
 | 
						|
    <exclude-pattern>.*/gen/.*</exclude-pattern>
 | 
						|
 | 
						|
    <rule ref="rulesets/java/android.xml" />
 | 
						|
    <rule ref="rulesets/java/basic.xml" />
 | 
						|
    <rule ref="rulesets/java/unusedcode.xml" />
 | 
						|
</ruleset>
 |