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

David_Rothstein’s picture

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.

Chris Johnson’s picture

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'.

deekayen’s picture

subscribe

jthorson’s picture

Project: Test driven development infrastructure » Drupal.org Testbots

Pretty sure this is a multi-duplicate ... but moving over from abandoned testing infra issue queue.

yesct’s picture