[symfony-users] Re: automated code audit

2007-09-24 Thread Dave Dash
I like the idea of throwing this into a plugin. I think actually writing a pake-task would be better, which is easily done as a plugin whereas a lime test alone would require some meddling, I want something I can install and type in a quick command (e.g. ./symfony how-is-my-code ;) ) -d On

[symfony-users] Re: automated code audit

2007-09-05 Thread Alexander Deruwe
On 29 Aug 2007, at 20:29, Tristan Rivoallan wrote: On 8/29/07, Jack Bates [EMAIL PROTECTED] wrote: I wonder if any code already exists for checking symfony's code standards? pear's codesniffer can provide a very good basis for implementing this.

[symfony-users] Re: automated code audit

2007-09-05 Thread Kiril Angov
Jack, I would be happy if you share that unit test code with us when you are done or if you want some help, put it online and I will be also happy to contribute. Kupo Jack Bates wrote: I'm working on an automated code audit, to check our code conforms to symfony's code standards. I'm

[symfony-users] Re: automated code audit

2007-09-05 Thread Alistair Stead
I would suggest that plugins are the best place for all additional development of symfony. That way the core stays as lightweight as possible and users can choose what elements suite their development practices. For exmaple the control pannel is now a plugin and the audit could be part of this. I

[symfony-users] Re: automated code audit

2007-08-29 Thread Tristan Rivoallan
hi, On 8/29/07, Jack Bates [EMAIL PROTECTED] wrote: I wonder if any code already exists for checking symfony's code standards? pear's codesniffer can provide a very good basis for implementing this. http://pear.php.net/package/PHP_CodeSniffer i guess it should not take too long to adapt