Skip to content

Commit 36f9240

Browse files
committed
chore: removes refactors tools
1 parent efa9262 commit 36f9240

File tree

3 files changed

+0
-33
lines changed

3 files changed

+0
-33
lines changed

.github/workflows/formats.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ jobs:
4040
- name: Coding Style Checks
4141
run: composer test:lint
4242

43-
- name: Refactor Checks
44-
run: composer test:refactor
45-
4643
- name: Type Checks
4744
run: composer test:types
4845

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"pestphp/pest-plugin-arch": "^2.7|^3.0",
3232
"pestphp/pest-plugin-type-coverage": "^2.8.7|^3.1.0",
3333
"phpstan/phpstan": "^1.12.6",
34-
"rector/rector": "^1.2.7",
3534
"symfony/var-dumper": "^6.4.11|^7.1.5"
3635
},
3736
"autoload": {
@@ -61,13 +60,11 @@
6160
"lint": "pint -v",
6261
"refactor": "rector --debug",
6362
"test:lint": "pint --test -v",
64-
"test:refactor": "rector --dry-run",
6563
"test:types": "phpstan analyse --ansi",
6664
"test:type-coverage": "pest --type-coverage --min=100",
6765
"test:unit": "pest --colors=always",
6866
"test": [
6967
"@test:lint",
70-
"@test:refactor",
7168
"@test:types",
7269
"@test:type-coverage",
7370
"@test:unit"

rector.php

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

0 commit comments

Comments
 (0)