Skip to content

Commit 46bef66

Browse files
committed
chore: remove unneeded --exclude
1 parent 77eb389 commit 46bef66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
run: composer install --no-interaction --no-progress --prefer-dist
106106

107107
- name: Run PHP Mess Detector
108-
run: ./vendor/bin/phpmd src text --exclude src/Annotation ./phpmd.xml
108+
run: ./vendor/bin/phpmd src text ./phpmd.xml
109109

110110
static-analysis-php-metrics:
111111
name: Static Analysis with PhpMetrics

0 commit comments

Comments
 (0)