We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8ae8c commit 8ce0734Copy full SHA for 8ce0734
.github/workflows/buildTest.yml
@@ -41,6 +41,7 @@ jobs:
41
- name: Mess Detector Tests
42
run: |
43
./vendor/bin/phpmd tests text codesize,controversial,design
44
+ ./vendor/bin/phpmd src text codesize,controversial,naming,unusedcode
45
- name: php-cs-fixer
46
47
./tools/php-cs-fixer/vendor/bin/php-cs-fixer fix -v --config=.php-cs-fixer.dist.php --using-cache=no --dry-run
0 commit comments