Skip to content

Commit 3d5c724

Browse files
authored
Housekeeping (#22)
* Remove phpmd becuase it is abandoned * Unused file * Remove PHPMD CI
1 parent d798337 commit 3d5c724

5 files changed

Lines changed: 1 addition & 77 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,6 @@ jobs:
2222
prefer-lowest: ${{ matrix.prefer-lowest }}
2323
- name: Run test suite
2424
run: composer run-script phpunit
25-
PHPMD:
26-
runs-on: ubuntu-latest
27-
steps:
28-
- uses: actions/checkout@v5
29-
- uses: RevoTale/php-composer-testing-action@v1
30-
with:
31-
php-version: 8.4
32-
prefer-lowest: 0
33-
- name: Run test suite
34-
run: composer run-script phpmd
3525
Rector:
3626
runs-on: ubuntu-latest
3727
steps:
@@ -53,7 +43,7 @@ jobs:
5343
- name: Run test suite
5444
run: composer run-script phpstan
5545
TestFinalization:
56-
needs: [ PHPUnit, PHPMD, PHPStan ]
46+
needs: [ PHPUnit, PHPStan ]
5747
runs-on: ubuntu-latest
5848
steps:
5949
- name: Success

composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
},
2626
"scripts": {
2727
"phpstan": "vendor/bin/phpstan analyse -c phpstan.neon",
28-
"phpmd": "vendor/bin/phpmd ./src/ text phpmd.ruleset.xml",
2928
"rector:fix": "vendor/bin/rector process",
3029
"rector:test": "vendor/bin/rector process --dry-run",
3130
"phpunit": "vendor/bin/phpunit",
@@ -42,7 +41,6 @@
4241
"minimum-stability": "stable",
4342
"require-dev": {
4443
"phpstan/phpstan": "^2.0",
45-
"phpmd/phpmd" : "@stable",
4644
"phpunit/phpunit": "^12.1",
4745
"rector/rector": "^2.0"
4846

phpmd.ruleset.xml

Lines changed: 0 additions & 22 deletions
This file was deleted.

phpunit.

Whitespace-only changes.

0 commit comments

Comments
 (0)