gleclaire / codenarc-maven-plugin

Maven Mojo Plug-In to generate reports based on the CodeNarc Analyzer
https://gleclaire.github.io/codenarc-maven-plugin/
Apache License 2.0
7 stars 17 forks source link

Printing results to output. #3

Closed gkonst closed 9 years ago

gkonst commented 11 years ago

It'd be nice to have messages in output about concrete failed violations. I've implemented in the same style as maven-checkstyle-plugin - filename:lineNumber - violation name.