phpcs.xml 370 B

1234567891011121314151617
  1. <?xml version="1.0"?>
  2. <ruleset name="Shaarli">
  3. <description>The Shaarli coding standards</description>
  4. <file>index.php</file>
  5. <file>application</file>
  6. <file>plugins</file>
  7. <file>tests</file>
  8. <exclude-pattern>*/*.css</exclude-pattern>
  9. <exclude-pattern>*/*.js</exclude-pattern>
  10. <arg name="colors"/>
  11. <rule ref="PSR1"/>
  12. <rule ref="PSR2"/>
  13. </ruleset>