Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Daniel O'Connor's Blog:
How to customise PHP_CodeSniffer
Jun 13, 2008 @ 16:11:36

Daniel O'Connor has posted a quick guide to customizing your installation of the PHP_CodeSniffer PEAR package to match the coding standard you'd like.

PHP_CodeSniffer is a PEAR package which detects potential coding problems and enforces your style guide. The default is the PEAR coding standard, but you can easily change that.

His method requires the creation of a custom "FooCodingStandard.php" (named whatever you'd like, of course) that contains a class/method defining the "sniffs" you'd like to use for your standard. Use "pfm" to make it into a package and install it to your system - you'll be all set.

tagged: customize pear package phpcodesniffer sniff standard

Link:


Trending Topics: