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
{{ message }}
This repository was archived by the owner on Apr 3, 2026. It is now read-only.
Trying to use globbing (so we can do ignores) causes the argument list to be too long to phpcs.
Commit 933d01a seemed to make sense, but actually passing those options to phpcs is really useful to prevent exactly this issue. Please consider reverting the commit, then people have the option to do both globbing through Grunt or passing it to phpcs.
Trying to use globbing (so we can do ignores) causes the argument list to be too long to phpcs.
Commit 933d01a seemed to make sense, but actually passing those options to phpcs is really useful to prevent exactly this issue. Please consider reverting the commit, then people have the option to do both globbing through Grunt or passing it to phpcs.