All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jui.rezipdoc.rezipdoc.0.3.source-code.pmd.xml Maven / Gradle / Ivy

Go to download

A Git filter and textconv for converting ZIP based binary files to an uncompressed version of themselves, which works better with gits delta-compression and diffs

There is a newer version: 0.4
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<ruleset
		xmlns="http://pmd.sourceforge.net/ruleset/2.0.0"
		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
		name="PMD-rules"
		xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd">

	<description>PMD rules selection suitable for JavaOSC</description>

	<rule ref="category/java/design.xml">
		<exclude name="LoosePackageCoupling"/>
	</rule>
	<rule ref="category/java/documentation.xml"/>
	<rule ref="category/java/multithreading.xml"/>
	<rule ref="category/java/bestpractices.xml"/>
	<rule ref="category/java/performance.xml"/>
	<rule ref="category/java/codestyle.xml">
		<exclude name="LongVariable"/>
	</rule>
	<rule ref="category/java/errorprone.xml"/>
</ruleset>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy