-
Marko Ivancic authoredMarko Ivancic authored
phpcs.xml 573 B
<?xml version="1.0"?>
<ruleset name="SimpleSAMLphp accounting module ruleset">
<file>config-templates</file>
<file>src</file>
<file>tests</file>
<file>www</file>
<!-- Use this to exclude paths. You can have multiple patterns -->
<!--<exclude-pattern>*/tests/*</exclude-pattern>-->
<!--<exclude-pattern>*/other/*</exclude-pattern>-->
<exclude-pattern>www/assets/*</exclude-pattern>
<!-- This is the rule we inherit from. If you want to exlude some specific rules, see the docs on how to do that -->
<rule ref="PSR12"/>
</ruleset>