mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-27 20:06:19 +08:00
16 lines
399 B
XML
16 lines
399 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ruleset name="Yii2">
|
|
<rule ref="vendor/yiisoft/yii2-coding-standards/Yii2"></rule>
|
|
|
|
<!-- display progress -->
|
|
<arg value="p"/>
|
|
<!-- Show error codes -->
|
|
<arg value="s"/>
|
|
<arg name="colors"/>
|
|
|
|
<!-- generate relative paths -->
|
|
<arg name="basepath" value="."/>
|
|
|
|
<exclude-pattern>framework/views/*</exclude-pattern>
|
|
</ruleset>
|