Skip to content

Commit 2da7f0e

Browse files
ci: Remove phpmd (#261)
Removes phpmd from continuous integration.
1 parent afc8c0e commit 2da7f0e

6 files changed

Lines changed: 13 additions & 366 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -59,25 +59,6 @@ jobs:
5959
- name: Run phpcs
6060
run: ./vendor/bin/phpcs . --report=checkstyle | cs2pr
6161

62-
phpmd:
63-
name: phpmd
64-
65-
runs-on: ubuntu-22.04
66-
steps:
67-
- name: Checkout
68-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
69-
70-
- name: Setup PHP environment
71-
uses: shivammathur/setup-php@72ae4ccbe57f82bbe08411e84e2130bd4ba1c10f # v2.25.5
72-
with:
73-
php-version: '8.1'
74-
75-
- name: Install dependencies with composer
76-
run: composer install --prefer-dist
77-
78-
- name: Run phpmd
79-
run: ./vendor/bin/phpmd . github phpmd.ruleset.xml --exclude 'vendor/*'
80-
8162
php-cs-fixer:
8263
name: php-cs-fixer
8364

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"require-dev": {
3030
"phpstan/phpstan": "^1.0",
3131
"phpunit/phpunit": "^9.5",
32-
"phpmd/phpmd": "^2.11",
3332
"squizlabs/php_codesniffer": "^3.7",
3433
"friendsofphp/php-cs-fixer": "^3.13"
3534
},

0 commit comments

Comments
 (0)