Skip to content

Commit 6d9f7a4

Browse files
committed
Rename phpmd config
1 parent eee9b91 commit 6d9f7a4

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ After saving the model is verified that the file (or files) have link to the cur
4848
### Coding Standard
4949

5050
- PHP Code Sniffer — [phpcs.xml](./phpcs.xml)
51-
- PHP Mess Detector — [ruleset.xml](./ruleset.xml)
51+
- PHP Mess Detector — [phpmd.xml](./phpmd.xml)

ruleset.xml renamed to phpmd.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
<?xml version="1.0"?>
2-
<ruleset name="PHPMD config"
2+
<ruleset name="PHPMD"
33
xmlns="http://pmd.sf.net/ruleset/1.0.0"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0
66
http://pmd.sf.net/ruleset_xml_schema.xsd"
77
xsi:noNamespaceSchemaLocation="
88
http://pmd.sf.net/ruleset_xml_schema.xsd">
9-
<description>
10-
PHPMD config
11-
</description>
9+
<description>Rules</description>
1210

1311
<rule ref="rulesets/unusedcode.xml" />
1412
<rule ref="rulesets/controversial.xml" />

0 commit comments

Comments
 (0)