I've just uploaded PHP_CodeSniffer version 1.1.0a1, which contains 8 bug fixes and adds a load of new features including support for sniffing JavaScript files, an SVN pre-commit hook, integration with JSL and a new collection of sniffs that implement part of the PMD.
Thanks to everyone who has submitted bug reports and special thanks to Jack Bates for the pre-commit hook, Jan Miczaika for a new sniff and Manuel Pichler for bug fixes and the PMD sniffs.
You can view the full changelog, and download the release, on the package download page.
Monday, 21 April 2008
PHP_CodeSniffer 1.1.0a1 released
Posted by
Greg Sherwood
at
11:52 AM
Tags: JavaScript Lint, PHP_CodeSniffer, PMD
Subscribe to:
Post Comments (Atom)

2 comments:
hi, I am getting familiar with php codeSniffer and i would like to know what is the relationship whit this and PHPUnit. thanks.
PHP_CodeSniffer and PHPUnit are different projects with different lead developers. There is no direct relationship, although we do both know about each other and have spoken about new features and in which project they belong.
The project phpUnderControl is a build system that integrates PHP_CodeSniffer, PHPUnit and other QA scripts. The lead developer of that project has contributed a lot to PHP_CodeSniffer and works closely with Sebastian Bergmann, the lead developer of PHPUnit.
So there are some indirect relationships between the projects, but they are more to do with trying to construct a high quality QA toolset for PHP developers.
Post a Comment