Skip to content

Commit 1c1f5b6

Browse files
committed
Removed obsolete exclusion in the PHPCS config.
1 parent 2050b19 commit 1c1f5b6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

phpcs.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
<!-- Lint code against platform version specified in composer.json key "config.platform.php". -->
1919
<config name="testVersion" value="8.2"/>
2020

21-
<!-- Exclude CircleCI config files. -->
22-
<exclude-pattern>circle\.yml</exclude-pattern>
23-
<exclude-pattern>\.circle\/config\.yml</exclude-pattern>
24-
2521
<!-- Exclude front-end assets. -->
2622
<exclude-pattern>.*\/node_modules\/.*</exclude-pattern>
2723
<exclude-pattern>*\.min\.*</exclude-pattern>

0 commit comments

Comments
 (0)