File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,12 +74,13 @@ Create `phpcs.xml` in your project root:
7474``` xml
7575<?xml version =" 1.0" ?>
7676<ruleset name =" My Coding Standard" >
77- <rule ref =" IxDFCodingStandard" />
7877 <file >app</file >
7978 <file >config</file >
8079 <file >database</file >
8180 <file >routes</file >
8281 <file >tests</file >
82+
83+ <rule ref =" IxDFCodingStandard" />
8384</ruleset >
8485```
8586
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<ruleset name =" IxDFCodingStandard (package version)" >
3+ <!-- Paths to check -->
4+ <file >IxDFCodingStandard</file >
5+ <file >tests</file >
6+
37 <!-- Include all rules from the IxDF Coding Standard -->
48 <rule ref =" ./IxDFCodingStandard/ruleset.xml" />
59
1519 <exclude-pattern >./tests*</exclude-pattern >
1620 </rule >
1721
18- <!-- Paths to check -->
19- <file >IxDFCodingStandard</file >
20- <file >tests</file >
21-
2222 <exclude-pattern >.cache</exclude-pattern >
2323 <exclude-pattern >tests/**/data/*</exclude-pattern >
2424</ruleset >
You can’t perform that action at this time.
0 commit comments