e09bb93e18
Also temporarily ignore test code (one step at a time). Reference: https://www.php-fig.org/psr/psr-12/ Related to #95
17 lines
412 B
XML
17 lines
412 B
XML
<?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="PSR12"/>
|
|
<rule ref="Generic.Arrays.DisallowLongArraySyntax"/>
|
|
</ruleset>
|