Skip to content

Commit 1699d8e

Browse files
committed
docs: cleanup
1 parent 7cd4f02 commit 1699d8e

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

phpcs.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

@@ -15,10 +19,6 @@
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>

0 commit comments

Comments
 (0)