Skip to content

Commit 7782b53

Browse files
committed
Add PHPCS-config
1 parent 65db496 commit 7782b53

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

phpcs.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0"?>
2+
<ruleset name="SimpleSAMLphp fticks module ruleset">
3+
<config name="ignore_warnings_on_exit" value="1"/>
4+
5+
<description>
6+
By default it is less stringent about long lines than other coding standards
7+
</description>
8+
9+
<file>lib</file>
10+
<file>tests</file>
11+
12+
<!-- Use this to exclude paths. You can have multiple patterns -->
13+
<!--<exclude-pattern>*/tests/*</exclude-pattern>-->
14+
<!--<exclude-pattern>*/other/*</exclude-pattern>-->
15+
16+
<!-- This is the rule we inherit from. If you want to exlude some specific rules, see the docs on how to do that -->
17+
<rule ref="PSR12"/>
18+
</ruleset>

0 commit comments

Comments
 (0)