aboutsummaryrefslogtreecommitdiffhomepage
path: root/phpcs.xml
blob: 349dc5664f6ac626c6f982edc51f9375074508b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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>