You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
470 B
6 lines
470 B
<?xml version="1.0"?>
|
|
<ruleset name="Chamilo LMS rule set" xmlns="http://pmd.sf.net/ruleset/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd" xsi:noNamespaceSchemaLocation=" http://pmd.sf.net/ruleset_xml_schema.xsd">
|
|
<description> Chamilo LMS rule set </description>
|
|
<!-- Import the entire unused code rule set -->
|
|
<rule ref="rulesets/unusedcode.xml" />
|
|
</ruleset>
|
|
|