Skip to content

Commit

Permalink
remove phpmd.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangut committed Nov 4, 2016
1 parent a7c52c9 commit c56990a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 164 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@
README.md export-ignore
CONTRIBUTING.md export-ignore
phpunit.xml export-ignore
phpmd.xml export-ignore
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tools:
php_mess_detector:
enabled: true
config:
ruleset: phpmd.xml
ruleset: unusedcode,naming,design,controversial,codesize
php_cpd: true
php_loc: true
php_pdepend: true
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"phpcs": "phpcs --standard=PSR2 src tests",
"phpcs-lint": "php-cs-fixer fix --dry-run --verbose",
"phpcpd": "phpcpd src",
"phpmd": "phpmd src text phpmd.xml",
"phpmd": "phpmd src text unusedcode,naming,design,controversial,codesize",
"phpunit": "phpunit",
"phpunit-coverage": "phpunit --coverage-html build/coverage",
"phpunit-clover": "phpunit --coverage-clover build/logs/clover.xml",
Expand Down
161 changes: 0 additions & 161 deletions phpmd.xml

This file was deleted.

0 comments on commit c56990a

Please sign in to comment.