added new page

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@542 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2002-07-29 02:38:09 +00:00
parent f3319dd13d
commit 7f17f681f0

View File

@ -7,13 +7,15 @@
<body>
<section name="How to make a new rule set">
<p>
Say you want to check for certain rules but not others. You can do this by making your own rule set.
Say you want to pick specific rules from various rule sets. You can do this by making your own rule set.
</p>
<subsection name="Create a new ruleset.xml file">
</subsection>
<subsection name="Add some rule references to it">
</subsection>
<subsection name="Reference it your Ant task">
<subsection name="Reference it in your Ant task">
</subsection>
<subsection name="To see it in your IDE, add it to rulesets/rulesets.properties">
</subsection>
</section>
</body>