File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 24
24
"phpstan/phpstan" : " ^0.12.91" ,
25
25
"vimeo/psalm" : " ^4.8" ,
26
26
"phpbench/phpbench" : " ^1.0" ,
27
- "squizlabs/php_codesniffer" : " ^3.6"
27
+ "squizlabs/php_codesniffer" : " ^3.6" ,
28
+ "phpmd/phpmd" : " ^2.10"
28
29
}
29
30
}
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <ruleset name =" php-interval-tree-ruleset"
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 http://pmd.sf.net/ruleset_xml_schema.xsd"
6
+ xsi : noNamespaceSchemaLocation =" http://pmd.sf.net/ruleset_xml_schema.xsd" >
7
+ <description >PHP Interval Tree ruleset</description >
8
+ <rule ref =" rulesets/controversial.xml/CamelCaseClassName" />
9
+ <rule ref =" rulesets/controversial.xml/CamelCasePropertyName" />
10
+ <rule ref =" rulesets/controversial.xml/CamelCaseMethodName" />
11
+ <rule ref =" rulesets/controversial.xml/CamelCaseParameterName" />
12
+ <rule ref =" rulesets/controversial.xml/CamelCaseVariableName" />
13
+ <rule ref =" rulesets/design.xml" />
14
+ <rule ref =" rulesets/unusedcode.xml" />
15
+ </ruleset >
You can’t perform that action at this time.
0 commit comments