php-coding-standard
php-coding-standard copied to clipboard
Combines various code quality tools into a single command with shared output for easier CI integration
Right now the XML format is being used. The JSON format (https://github.com/qossmic/deptrac/pull/551) has just been merged. Use that instead, once a new version has been tagged.
I've tried to implement support for FriendsOfPHP/PHP-CS-Fixer, but there are a few issues that prevent me from completing it: - No real ability to specify files to look through (there's...
Sometimes the error message specifies a line number, which is not being parsed and thus creates an annotation for "line 1" instead. ``` Key repositories is a duplicate in ./composer.json...
1. In case phpstan fails with an out of memory errors, it does not show any results. 2. Errors without files aren't getting printed: ``` { "totals": { "errors": 1,...
That way certain tools can be disabled during the pre-commit hook. ECS for example does not like when a YML file gets passed directly.