php-coding-standard icon indicating copy to clipboard operation
php-coding-standard copied to clipboard

Combines various code quality tools into a single command with shared output for easier CI integration

Results 5 php-coding-standard issues
Sort by recently updated
recently updated
newest added
trafficstars

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.

enhancement
tool: deptrac

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...

enhancement
priority: low

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...

enhancement
tool: composer-normalize

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,...

bug
tool: phpstan

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.

bug
enhancement