Closed (duplicate)
Project:
Drupal.org Testbots
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2008 at 15:18 UTC
Updated:
26 Apr 2014 at 16:58 UTC
Jump to comment: Most recent
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
Comment #1
David_Rothstein commentedSubscribing. 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.
Comment #2
Chris Johnson commentedShould "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'.
Comment #3
deekayen commentedsubscribe
Comment #4
jthorson commentedPretty sure this is a multi-duplicate ... but moving over from abandoned testing infra issue queue.
Comment #5
yesct commentedI think #1299710: [meta] Automate the coding-standards part of patch review is it.