added new page
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@541 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
20
pmd/xdocs/howtomakearuleset.xml
Normal file
20
pmd/xdocs/howtomakearuleset.xml
Normal file
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0"?>
|
||||
<document>
|
||||
<properties>
|
||||
<author email="tomcopeland@users.sourceforge.net">Tom Copeland</author>
|
||||
<title>How to make a rule set</title>
|
||||
</properties>
|
||||
<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.
|
||||
</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>
|
||||
</section>
|
||||
</body>
|
||||
</document>
|
@ -17,6 +17,7 @@
|
||||
<item name="Credits" href="/credits.html" />
|
||||
<item name="What does 'PMD' mean?" href="/meaning.html" />
|
||||
<item name="How to write a PMD rule" href="/howtowritearule.html" />
|
||||
<item name="How to make a rule set" href="/howtomakearuleset.html" />
|
||||
</menu>
|
||||
<menu name="Demo">
|
||||
<item name="Coming Soon! Your Project Here" href="/coming-soon.html" />
|
||||
|
Reference in New Issue
Block a user