wiki | forum | trac | otrs | joomla | tech blog | mailman | bewelcome Branches: test.bw | alpha.bw | www.bw Participate: download | get involved

Ticket #464 (new new feature)

Opened 8 months ago

Last modified 8 months ago

PHP_CodeSniffer to ensure clean code!

Reported by: lemon-head Assigned to: guaka
Priority: major Milestone: unassigned
Component: FrameWork Version:
Keywords: pear Cc:
Follow up needed: none Frequently reported: 1
Announce on BW: 0

Description

Can help keep our code clean. Automatic code review.

It requires PEAR.. do we have this?

See

PHP_CodeSniffer is a PHP5 script that tokenises and "sniffs" PHP code to detect violations of a defined set of coding standards. It is an essential development tool that ensures that your code remains clean and consistent. It can even help prevent some common semantic errors made by developers.

A coding standard, in PHP_CodeSniffer, is a collection of sniff files. Each sniff file checks one part of the coding standard only. Multiple coding standards can be used within PHP_CodeSniffer, so that the one installation can be used across multiple projects. The default coding standard used by PHP_CodeSniffer is the PEAR coding standard.

Change History

03/30/08 22:33:23 changed by guaka

  • keywords set to pear.
  • owner set to guaka.
Trac Customization: trac stylesheet
SourceForge.net Logo