Details
Description
For instance, this is currently not possible to import all the rules from the "unusedcode" rule set like this:
<?xml version="1.0" encoding="UTF-8"?> <ruleset> <rule ref="rulesets/unusedcode.xml"> <priority>2</priority> </rule> </ruleset>
This imports 0 rules, whereas it should import all the rules of this ruleset.