Posted by stella on September 1, 2008 at 3:18pm
Jump to:
| Project: | Test driven development infrastructure |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hi,
It'd be great if you could automatically run coder on patches as part of the automated testing. Coder 6.x can now do code review on patches, checking for coding style errors, etc. You could run it automatically using the drush command line util. See "drush help coder" for more info.
It currently doesn't use SimpleTest, but we're working on that for the next release of coder.
Cheers,
Stella
Comments
#1
Subscribing. This could also be related to the discussion at http://drupal.org/node/484034, which aims to have basic security reviews of modules before a release of the module is made.
#2
Should "drush help coder" actually work? Or was that just a wishful suggestion?
Here's what happens when I try to run it:
%> drush -l http://localhost:7060/ -r ~/Sites/d6trunk/core help coder
No help available for command 'drush coder'.
#3
subscribe