exclude PHPStan source files from wpcs checks

This commit is contained in:
IanDelMar 2022-07-23 21:16:01 +02:00
parent 60363ae116
commit 187209a3bc
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
<!-- Directories and third party library exclusions. -->
<exclude-pattern>/vendor/*</exclude-pattern>
<exclude-pattern>/src/phpstan/*</exclude-pattern>
<exclude-pattern>/node_modules/*</exclude-pattern>
<exclude-pattern>/languages/*</exclude-pattern>
<exclude-pattern>/inc/deprecated.php</exclude-pattern>