Exclude PHPStan cache from PHP_CodeSniffer

This commit is contained in:
IanDelMar 2022-07-19 06:46:17 +02:00
parent 147558ce79
commit 00fb859a28
1 changed files with 2 additions and 1 deletions

View File

@ -22,10 +22,11 @@
<exclude-pattern>/vendor/*</exclude-pattern>
<exclude-pattern>/node_modules/*</exclude-pattern>
<exclude-pattern>/languages/*</exclude-pattern>
<exclude-pattern>/inc/deprecated.php</exclude-pattern>
<exclude-pattern>/fonts/*</exclude-pattern>
<exclude-pattern>/dist/*</exclude-pattern>
<exclude-pattern>/.git*</exclude-pattern>
<exclude-pattern>/inc/deprecated.php</exclude-pattern>
<exclude-pattern>/.phpstan-cache/*</exclude-pattern>
<exclude-pattern>*.min.(js|css)</exclude-pattern>
<!-- Use the WordPress Ruleset -->