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

rulesets.internal.all-ecmascript.xml Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
<?xml version="1.0" encoding="UTF-8"?>

<ruleset name="All ECMAScript Rules" 
    xmlns="http://pmd.sourceforge.net/ruleset/2.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 https://pmd.sourceforge.io/ruleset_2_0_0.xsd">
    <description>Every ECMAScript Rule in PMD</description>

    <rule ref="category/ecmascript/bestpractices.xml" />
    <rule ref="category/ecmascript/codestyle.xml" />
    <rule ref="category/ecmascript/errorprone.xml" />

<!--     <rule ref="category/ecmascript/design.xml "/> -->
<!--     <rule ref="category/ecmascript/documentation.xml "/> -->
<!--     <rule ref="category/ecmascript/multithreading.xml "/> -->
<!--     <rule ref="category/ecmascript/performance.xml "/> -->
<!--     <rule ref="category/ecmascript/security.xml "/> -->

</ruleset>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy