Skip to content

Commit cf94be5

Browse files
committed
Exclude .playground from phpcs checks
1 parent 8a31fe3 commit cf94be5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

phpcs.xml.dist

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
<exclude-pattern>*/node_modules/*</exclude-pattern>
77
<exclude-pattern>*/phpunit/*</exclude-pattern>
88
<exclude-pattern>*/vendor/*</exclude-pattern>
9-
<exclude-pattern>*/include/vendor/*</exclude-pattern>
109
<exclude-pattern>*/tests/*</exclude-pattern>
1110
<exclude-pattern>*/index.php</exclude-pattern>
1211
<exclude-pattern>*/index.asset.php</exclude-pattern>
13-
<exclude-pattern>*/freemius-api/*</exclude-pattern>
1412
<exclude-pattern>*/freemius/*</exclude-pattern>
13+
<exclude-pattern>*/.playground/*</exclude-pattern>
1514

1615
<!-- Only check PHP files. -->
1716
<arg name="extensions" value="php"/>
@@ -31,7 +30,6 @@
3130
<exclude name="Universal.Files.SeparateFunctionsFromOO.Mixed" />
3231
</rule>
3332
<rule ref="WordPress.Files.FileName">
34-
<exclude-pattern>*/phpunit/tests/*\.php$</exclude-pattern>
3533
</rule>
3634

3735
<!-- Add in some extra rules from other standards. -->

0 commit comments

Comments
 (0)