Skip to content

Commit

Permalink
Enable PHPMD
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Mar 6, 2024
1 parent 453b73c commit 34bb524
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
run:
vendor/bin/php-cs-fixer fix --diff --dry-run --verbose

#- name: PHPMD
# run:
# vendor/bin/phpmd src xml phpmd.xml
- name: PHPMD
run:
vendor/bin/phpmd src xml phpmd.xml

- name: PHPStan
run:
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ test:php:
script:
- composer normalize --dry-run --indent-size=4 --indent-style=space
- vendor/bin/php-cs-fixer fix --diff --dry-run --verbose
#- vendor/bin/phpmd src xml phpmd.xml
- vendor/bin/phpmd src xml phpmd.xml
- vendor/bin/phpstan analyse -vvv
- vendor/bin/phpunit --colors=never
- phpdoc
Expand Down

0 comments on commit 34bb524

Please sign in to comment.