Change phpmd file name in order to be used by codacy

pull/2487/head
jmontoyaa 8 years ago
parent 2d27ed3ca2
commit fc7aed12d3
  1. 2
      .codeclimate.yml
  2. 3
      .gitattributes
  3. 2
      codesize.xml

@ -41,7 +41,7 @@ plugins:
enabled: true
config:
file_extensions: "php"
rulesets: "ruleset.xml"
rulesets: "codesize.xml"
sonar-php:
enabled: false

3
.gitattributes vendored

@ -5,7 +5,8 @@
.scrutinizer.yml export-ignore
.styleci.yml export-ignore
.travis.yml export-ignore
ruleset.xml export-ignore
codesize.xml export-ignore
phpcs.xml export-ignore
/tests export-ignore
.editorconfig export-ignore

@ -36,6 +36,8 @@
<rule ref="rulesets/design.xml" >
<exclude name="WeightedMethodCount" />
<exclude name="ExitExpression" />
</rule>
<!-- Import entire naming rule set and exclude rules -->
Loading…
Cancel
Save