]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - phpcs.xml
Merge pull request #1234 from virtualtam/lint
[github/shaarli/Shaarli.git] / phpcs.xml
CommitLineData
04ec8fed
V
1<?xml version="1.0"?>
2<ruleset name="Shaarli">
3 <description>The Shaarli coding standards</description>
4
5 <file>index.php</file>
6 <file>application</file>
7 <file>plugins</file>
8 <file>tests</file>
9
10 <exclude-pattern>*/*.css</exclude-pattern>
11 <exclude-pattern>*/*.js</exclude-pattern>
12
13 <arg name="colors"/>
14
15 <rule ref="PSR1"/>
16 <rule ref="PSR2"/>
17</ruleset>