You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I work on a project with a lot of node dependencies for its JS side. While we exclude node_modules from CS scan, its presence seems to significantly bog down performance, even though nothing inside of it is actually scanned.
I get time of 2+ minutes for scan, which goes down to 10 seconds if I delete node_modules.
I work on a project with a lot of node dependencies for its JS side. While we exclude
node_modules
from CS scan, its presence seems to significantly bog down performance, even though nothing inside of it is actually scanned.I get time of 2+ minutes for scan, which goes down to 10 seconds if I delete
node_modules
.Ruleset & project: https://github.com/Yoast/wordpress-seo/blob/trunk/phpcs.xml (PHPCS and rules in Composer dependencies, run
composer config-yoastcs
for self–contained setup).The text was updated successfully, but these errors were encountered: