Skip to content

Commit 60a044b

Browse files
committed
build: disable rule
The CamelCaseMethodName rule was disabled to avoid alerts on function names in tests. Closes #21
1 parent acb73a3 commit 60a044b

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

phpmd.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<?xml version="1.0"?>
22
<ruleset name="PHPMD rule set"
3-
xmlns="http://pmd.sf.net/ruleset/1.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0
6-
http://pmd.sf.net/ruleset_xml_schema.xsd"
7-
xsi:noNamespaceSchemaLocation="
3+
xmlns="http://pmd.sf.net/ruleset/1.0.0"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0
5+
http://pmd.sf.net/ruleset_xml_schema.xsd" xsi:noNamespaceSchemaLocation="
86
http://pmd.sf.net/ruleset_xml_schema.xsd">
97
<description>Coding standard.</description>
108

0 commit comments

Comments
 (0)