You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
370 B
18 lines
370 B
<?xml version="1.0"?>
|
|
<ruleset name="Shaarli">
|
|
<description>The Shaarli coding standards</description>
|
|
|
|
<file>index.php</file>
|
|
<file>application</file>
|
|
<file>plugins</file>
|
|
<file>tests</file>
|
|
|
|
<exclude-pattern>*/*.css</exclude-pattern>
|
|
<exclude-pattern>*/*.js</exclude-pattern>
|
|
|
|
<arg name="colors"/>
|
|
|
|
<rule ref="PSR1"/>
|
|
<rule ref="PSR2"/>
|
|
</ruleset>
|