Skip to content

Commit

Permalink
Disable PHPMD ni CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ebln committed Jun 2, 2024
1 parent 0f923e6 commit 67bb77a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
./vendor/bin/phpmd src text codesize,controversial,design,naming,unusedcode,design
- name: Mess Detector Tests
run: |
./vendor/bin/phpmd tests text codesize,controversial,design
./vendor/bin/phpmd src text codesize,controversial,naming,unusedcode
echo ./vendor/bin/phpmd tests text codesize,controversial,design
echo ./vendor/bin/phpmd src text codesize,controversial,naming,unusedcode
- name: php-cs-fixer
run: |
./tools/php-cs-fixer/vendor/bin/php-cs-fixer fix -v --config=.php-cs-fixer.dist.php --using-cache=no --dry-run

0 comments on commit 67bb77a

Please sign in to comment.