Skip to content

Commit 2ddd48f

Browse files
authored
chore: move phpmd.xml file to unify with phpunit-constraint-xmlmatchesxsd (#26)
1 parent 4895630 commit 2ddd48f

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.gitattributes

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/dev-tools/ export-ignore
22
/tests/ export-ignore
33
/.* export-ignore
4-
/phpmd.xml export-ignore
54
/phpunit.xml.dist export-ignore

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: composer validate --strict
2020
- run: composer normalize --working-dir=dev-tools ../composer.json --dry-run
2121
- run: dev-tools/vendor/bin/composer-require-checker check composer.json --config-file=.composer-require-checker.json
22-
- run: dev-tools/vendor/bin/phpmd src,tests text phpmd.xml
22+
- run: dev-tools/vendor/bin/phpmd src,tests text dev-tools/phpmd.xml
2323
- run: dev-tools/vendor/bin/php-cs-fixer fix --diff --dry-run -v
2424

2525
test:

phpmd.xml dev-tools/phpmd.xml

File renamed without changes.

0 commit comments

Comments
 (0)