-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Time and Memory info not printed #335
Comments
I actually do this on purpose so that PHPCS is a quiet as possible when nothing is found. But it's actually a good point about the progress flag because PHPCS is always going to output something in this case, so it may as well just print the time and memory there as well. Thanks for suggestion. |
PHPCS now prints time and memory output even if no errors and shown, as long as progress information is being shown. |
Thanks a lot for this fix and release 2.1.0 |
…SR12.Files.DeclareStatement `PSR12.Files.DeclareStatement` - bow out when parse error detected
Hello Greg,
Thanks for your major version 2.0 (stable). It's a nice Christmas gift :)
BTW, I've noticed at least two minor errors that could be perharps fixed.
1 - When you check a data source, and it finished wiht at least a warning or an error, you got the Time / Memory line summary, but not where all finished well.
Platform : PHP 5.6.3
PHP_CodeSniffer version 2.0.0 (stable) by Squiz (http://www.squiz.net)
Example with error :
Example without error :
Will be better to have
I'll open a new report for 2nd minor issue
Thanks in advance
Laurent
The text was updated successfully, but these errors were encountered: