Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-enable descriptions for CodeNarc #6

Open
ghost opened this issue Aug 29, 2011 · 0 comments
Open

Re-enable descriptions for CodeNarc #6

ghost opened this issue Aug 29, 2011 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 29, 2011

from line 120 of CodenarcParser.java:

//TODO: the following depends upon a patch to CodeNarc 0.9 - so should be exception tolerant
// get the contents of the embedded Description element
//expectNextTag("Description");
//ret.setPopupMessage(getNextText("Missing Description"));

CodeNarc is now at version 0.15 and writes out the description in it's xml report, but currently this section of the violations plugin is commented out. (I would have fixed this myself, but I had trouble getting the plugin to compile without doing some goofy stuff) It would be really helpful to have the description as well as the rule name for CodeNarc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants