mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-24 01:32:22 +01:00
9 lines
254 B
Plaintext
9 lines
254 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||
|
<ruleset name="Project Rules">
|
||
|
<directory>**/*.php</directory>
|
||
|
<exclude-pattern>vendor</exclude-pattern>
|
||
|
<arg value="sp"/>
|
||
|
|
||
|
<rule ref="vendor/flyeralarm/php-code-validator/ruleset.xml"/>
|
||
|
</ruleset>
|