Skip to content

Commit b4e81c5

Browse files
committed
WAIT - PHPCSDevCS compatibility with PHPCS 4.x (may take a while) | CS: include test generation script in CS scans
As of PHPCS 4.x, files without a file extension can be scanned too if explicitly requested. Refs: * squizlabs/PHP_CodeSniffer 2916 * squizlabs/PHP_CodeSniffer@ea01076
1 parent ed35b78 commit b4e81c5

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
@@ -10,6 +10,7 @@
1010
-->
1111

1212
<file>.</file>
13+
<file>./bin/phpcs-check-feature-completeness</file>
1314

1415
<!-- Exclude Composer vendor directory. -->
1516
<exclude-pattern>*/vendor/*</exclude-pattern>

0 commit comments

Comments
 (0)