14 lines
386 B
Plaintext
14 lines
386 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<ruleset name="microdata-parser">
|
||
|
<description>The coding standard of microdata-parser package</description>
|
||
|
<arg value="p" />
|
||
|
|
||
|
<config name="ignore_warnings_on_exit" value="1" />
|
||
|
<config name="ignore_errors_on_exit" value="1" />
|
||
|
|
||
|
<arg name="colors" />
|
||
|
<arg value="s" />
|
||
|
|
||
|
<!-- Use the PSR2 Standard-->
|
||
|
<rule ref="PSR2" />
|
||
|
</ruleset>
|