[ANNOUNCEMENT] PHP_CodeSniffer-3.0.0RC1 (beta) Released.
[email protected] ("PEAR Announce") Thu, 1 Sep 2016 20:44:56 -0400 (EDT)
| Newsgroups | php.pear.general |
|---|---|
| Message-ID | <[email protected]> |
The new PEAR package PHP_CodeSniffer-3.0.0RC1 (beta) has been released at http://pear.php.net/.
Release notes
-------------
- Progress output now shows E and W in green when a file has fixable errors or warnings
-- Only supported if colors are enabled
- PHPCBF no longer produces verbose output by default (request #699)
-- Use the -v command line argument to show verbose fixing output
-- Use the -q command line argument to disable verbose information if enabled by default
- PHPBF now prints a summary report after fixing files
-- Report shows files that were fixed, how many errors were fixed, and how many remain
- PHPCBF now supports the -p command line argument to print progress information
-- Prints a green F for files where fixes occurred
-- Prints a red E for files that could not be fixed due to an error
-- Use the -q command line argument to disable progress information if enabled by default
- Running unit tests using --verbose no longer throws errors
- Fixed shell error appearing on some systems when trying to find executable paths
- Includes all changes from the 2.7.0 release
Package Info
------------
PHP_CodeSniffer is a set of two PHP scripts; the main phpcs script that tokenizes PHP, JavaScript and CSS files to detect violations of a defined coding standard, and a second phpcbf script to automatically correct coding standard violations. PHP_CodeSniffer is an essential development tool that ensures your code remains clean and consistent.
Related Links
-------------
Package home: http://pear.php.net/package/PHP_CodeSniffer
Changelog: http://pear.php.net/package/PHP_CodeSniffer/download/3.0.0RC1
Download: http://download.pear.php.net/package/PHP_CodeSniffer-3.0.0RC1.tgz
Authors
-------
Greg Sherwood (lead)