Skip to content

Commit aab160e

Browse files
committed
Exclude build folder from PHPCS
1 parent 1c7ceab commit aab160e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpcs.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<ruleset name="WordPress Pay Gateway: Adyen rules">
44
<file>.</file>
55

6+
<exclude-pattern type="relative">^build/*</exclude-pattern>
67
<exclude-pattern>js/dist/*.asset.php</exclude-pattern>
78
<exclude-pattern>tests/bootstrap.php</exclude-pattern>
89
<exclude-pattern>tests/wp-config.php</exclude-pattern>

0 commit comments

Comments
 (0)