Reputation: 3
As I can see here: In this manual It is easy to create rule set. I am using eclipse-pmd plugin. I just have difficulty figuring out where to put rulesets.properties file. Is it root of my source tree. My ruleset.xml is in root of my source tree.
Upvotes: 0
Views: 2515
Reputation: 545
You can set up eclipse-pmd in the project properties. Please take a look at the getting started with eclipse-pmd page of the eclipse-pmd website. It has step-by-step instructions on how to set up the plugin.
Upvotes: 1