-
Patch
-
Resolution: Fixed
-
Minor
-
None
CodeNarc provides a static analysis tool and framework for analysing Groovy source code.
CodeNarc scans Groovy source code, looking for violations of predefined or custom rules and generates an HTML or XML report of the results. These rules include checks for coding standards, or searching for unused code, possible bugs or bad coding practices.
The patch parses the CodeNarc (0.9) XML report and maps Codenarc violations to Hudson violations.
I saw from your tweet http://twitter.com/rbramley/status/20900146041 that you had trouble attaching the patch - did you try zip'ing it up first? Or maybe you could put it on something like http://pastebin.com/ ? Basically I guess what I'm saying is that I'd be quite interested in your patch
.