aboutsummaryrefslogtreecommitdiffhomepage
path: root/phpcs.xml
blob: 29b95d56dacffcff94e3a92cd6137289750e6686 (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="PSR1"/>
  <rule ref="PSR2"/>
</ruleset>