Deadwood is a great utility that is helping me considerably in contributing to the upgrade process of a few modules I'm wanting to use with Drupal 6.4. I'm using the Coder module to check these modules and that often also throws up a slew of issues relating to the Drupal coding standards. In one module I was looking at today, Coder listed literally hundreds of minor changes that would need to be made to meet coding standards—all of them very simple, but it would take a lot of time to do them manually.
I imagine that it would not be that difficult to include these changes in the workings of Deadwood. Perhaps the tests run by the Coder module would even form a starting point? I don't have any idea how to go about adding this myself, and am extremely pushed for time right at present also, but thought I'd put it out there as an idea...
Comments
Comment #1
dwwSee the "coder_format" script inside the Coder module. It does exactly this.