File "phpcs.xml"
Full Path: /home/attunedd/public_html/byp/wp-content/plugins/wpide/vendor/rakit/validation/phpcs.xml
File size: 444 bytes
MIME-type: text/xml
Charset: utf-8
<?xml version="1.0"?>
<ruleset name="Rakit validation coding standard">
<description>Rakit validation coding standard</description>
<!-- display progress -->
<arg value="p"/>
<!-- use colors in output -->
<arg name="colors"/>
<!-- inherit rules from: -->
<rule ref="PSR2"/>
<rule ref="Generic.Arrays.DisallowLongArraySyntax"/>
<!-- Paths to check -->
<file>src</file>
<file>tests</file>
</ruleset>