Skip to content

Commit abe9285

Browse files
committed
Remove rector/rector
1 parent 0452b75 commit abe9285

File tree

5 files changed

+1
-92
lines changed

5 files changed

+1
-92
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
/Makefile export-ignore
1010
/composer-require-checker.json export-ignore
1111
/composer.lock export-ignore
12-
/rector.php export-ignore
1312
/phpbench.json export-ignore
1413
/phpcs.xml.dist export-ignore
1514
/phpstan.neon export-ignore

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ vendor: composer.json composer.lock
3535
benchmark:
3636
docker run -it --rm -v${CURDIR}:/opt/project -w /opt/project php:7.4-cli vendor/bin/phpbench run
3737

38-
.PHONY: rector
39-
rector: ## Refactor code using rector
40-
docker run -it --rm -v${PWD}:/opt/project -w /opt/project php:7.4 vendor/bin/rector process
41-
4238
.PHONY: pre-commit-test
4339
pre-commit-test: fix-code-style test code-style static-code-analysis
4440

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"phpstan/phpstan": "^2.1",
2222
"phpstan/phpstan-phpunit": "^2.0",
2323
"phpstan/extension-installer": "^1.4",
24-
"rector/rector": "^2.2",
2524
"phpbench/phpbench": "^1.2",
2625
"psalm/phar": "^4"
2726
},

composer.lock

Lines changed: 1 addition & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rector.php

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

0 commit comments

Comments
 (0)