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.
I suspect this is something to do with too many files... but isn't an issue for grunt-phplint using the same globbing pattner:
Gruntfile.js
... phpcs: { all: { dir: ['src/**/*.php'], options: { bin: 'phpcs', standard: 'Zend', report: 'checkstyle', reportFile: 'build/logs/checkstyle.xml' } } }, phplint: { all: ['src/**/*.php'] }, ...Then run...
Results in:
Like I said, no problem for phplint:
Results in: