diff --git a/pmd/dvsl/rule-format.dvsl b/pmd/dvsl/rule-format.dvsl new file mode 100644 index 0000000000..a47f05950f --- /dev/null +++ b/pmd/dvsl/rule-format.dvsl @@ -0,0 +1,31 @@ + + +#match("ruleset") + + + Tom Copeland + Rule Set: $attrib.name + + + +
+

+ $node.get("./description").value() +

+ $context.applyTemplates() +
+ +
+#end + +#match("rule") + +

+ $node.get("./description").value() +

+ + + +
+#end +