jui.rezipdoc.rezipdoc.0.3.source-code.pmd.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rezipdoc Show documentation
Show all versions of rezipdoc Show documentation
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
<?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>