mirror of
https://gh.wpcy.net/https://github.com/totake0224/LINEIntegration.git
synced 2026-07-16 03:25:35 +08:00
34 lines
1.2 KiB
XML
34 lines
1.2 KiB
XML
<?xml version="1.0"?>
|
|
<ruleset name="line-bot-sdk-php PHPMD rule set" xmlns="http://pmd.sf.net/ruleset/1.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0
|
|
http://pmd.sf.net/ruleset_xml_schema.xsd"
|
|
xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd">
|
|
|
|
<description>line-bot-sdk-php phpmd custom rules</description>
|
|
|
|
<exclude-pattern>EchoBot/Route.php</exclude-pattern>
|
|
<exclude-pattern>KitchenSink/Route.php</exclude-pattern>
|
|
<exclude-pattern>EchoBot/Dependency.php</exclude-pattern>
|
|
<exclude-pattern>KitchenSink/Dependency.php</exclude-pattern>
|
|
<exclude-pattern>test/EventRequestParserTest.php</exclude-pattern>
|
|
|
|
<rule ref="rulesets/cleancode.xml">
|
|
<exclude name="ElseExpression" />
|
|
<exclude name="StaticAccess" />
|
|
</rule>
|
|
|
|
<rule ref="rulesets/codesize.xml" />
|
|
|
|
<rule ref="rulesets/controversial.xml">
|
|
<exclude name="Superglobals" />
|
|
</rule>
|
|
|
|
<rule ref="rulesets/design.xml" />
|
|
<rule ref="rulesets/unusedcode.xml" />
|
|
|
|
<rule ref="rulesets/naming.xml">
|
|
<exclude name="ShortVariable" />
|
|
<exclude name="LongVariable" />
|
|
</rule>
|
|
</ruleset>
|