Getting a sample Checkstyle configuration file from Checkstyle
themselves is a good way to start. I'll try to add an FAQ for the plugin
site:
"Where can I find a good configuration file for Checkstyle?"
What kind of problems are your experiencing? Is the
maven-checkstyle-plugin not working? Does it find problems in your code?
Please note that the currently released maven-checkstyle-plugin uses
Checkstyle 4.1. So if you try to use checks that were introduced in a
later version of Checkstyle - it will fail.
Si_Simon wrote:
So I configured my pom to use the checkstyle plugin.
It is looking for the configuration files. Not wanting to create them from
scratch, I then downloaded the .zip for checkstyle-4.3 that has these config
files but when I point to them in the pom.xml there are many, many problems
(variables not set) so am assuming I am going about this the wrong way.
Is there a location that shows how to get going with maven checkstyle
plugin? The page on the checkstyle plugin tells you what to put in the pom
but not where to get the default config files that work with the plugin.
confusing.
si'mon
--
Dennis Lundberg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]