Skip to content

Commit d5c5819

Browse files
authored
Merge pull request #8 from ebln/ci
Tune down phpmd
2 parents 3e8ae8c + 8ce0734 commit d5c5819

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/buildTest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- name: Mess Detector Tests
4242
run: |
4343
./vendor/bin/phpmd tests text codesize,controversial,design
44+
./vendor/bin/phpmd src text codesize,controversial,naming,unusedcode
4445
- name: php-cs-fixer
4546
run: |
4647
./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

Comments
 (0)