Edit report at http://pear.php.net/bugs/bug.php?id=17467&edit=1
ID: 17467
Updated by: [email protected]
Reported By: public at svenpoeche dot de
Summary: Do not ouput report, if argument report-file is given
Status: Open
Type: Feature/Change Request
Package: PHP_CodeSniffer
Package Version: 1.2.2
PHP Version: Irrelevant
-Assigned To:
+Assigned To: squiz
Roadmap Versions:
New Comment:
-Assigned To:
+Assigned To: squiz
This is by design and useful in some continuous integration
environments so you can
see errors and notices raised by PHP_CodeSniffer.
I'll leave it as a feature if I ever decide to make a command line
switch for it.
Previous Comments:
------------------------------------------------------------------------
[2010-06-04 18:37:01] valgard
Description:
------------
CodeSniffer should not ouput the report, if the command line argument
report-file is given.
Change line 99 of Reporting.php from
ob_end_flush();
to
ob_end_clean();
------------------------------------------------------------------------