Open
Description
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 Allow passing multiple filenames without a configuration PHP-CS-Fixer/PHP-CS-Fixer#4279 but it doesn't work without a config)
- No detailed output. It only shows me a list of files that are invalid, but no line numbers or anything.