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
When a project's files grow beyond a certain point, the grunt validate task stops working since every single file to be validated is passed to the phpcs command.
The error is
Warning: spawn E2BIG Use --force to continue.
To avoid this, it seems like a good idea to defer to a phpcs.xml or phpcs.xml.dist file (phpcs itself will use these if no files are passed).
The text was updated successfully, but these errors were encountered:
When a project's files grow beyond a certain point, the
grunt validate
task stops working since every single file to be validated is passed to thephpcs
command.The error is
To avoid this, it seems like a good idea to defer to a
phpcs.xml
orphpcs.xml.dist
file (phpcs
itself will use these if no files are passed).The text was updated successfully, but these errors were encountered: