We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65db496 commit 7782b53Copy full SHA for 7782b53
1 file changed
phpcs.xml
@@ -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