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 77eb389 commit 46bef66Copy full SHA for 46bef66
.github/workflows/static-analysis.yml
@@ -105,7 +105,7 @@ jobs:
105
run: composer install --no-interaction --no-progress --prefer-dist
106
107
- name: Run PHP Mess Detector
108
- run: ./vendor/bin/phpmd src text --exclude src/Annotation ./phpmd.xml
+ run: ./vendor/bin/phpmd src text ./phpmd.xml
109
110
static-analysis-php-metrics:
111
name: Static Analysis with PhpMetrics
0 commit comments