Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 670df83

Browse files
committed
Exclude some templates from phpcs
1 parent 9bc8b0e commit 670df83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpcs.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@
1919
<file>src</file>
2020
<file>test</file>
2121
<exclude-pattern>*/test/Template/TestAsset/plates-null.php</exclude-pattern>
22+
<exclude-pattern>*/test/Template/TestAsset/test/test.js</exclude-pattern>
23+
<exclude-pattern>*/test/Template/TestAsset/test/test.php</exclude-pattern>
2224
</ruleset>

0 commit comments

Comments
 (0)