You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rector doesn't need the project's dependencies to be installed, it just checks our source files, so ideally we'd like to run it as early as possible in the pipeline, before Composer packages and whatnot have been installed.
Describe alternatives
Currently we run a composer install to install all of the project's dependencies, which includes Rector. Then we run Rector.
Are you willing to submit a PR?
I can try, I speak (Power)Shell.
The text was updated successfully, but these errors were encountered:
In addition to above tools any composer tool or package can also be set up globally by specifying it as vendor/package matching the listing on Packagist.
Describe the feature
Can Rector (https://github.com/rectorphp/rector, https://getrector.org/) be added to setup-php?
Underlying issue
We use Rector (https://github.com/rectorphp/rector, https://getrector.org/) to analyze our code, in addition to PHP-CS-Fixer and PHPStan, and we
--dry-run
it in our GitHub Actions to check whether any code smells have been introduced.Rector doesn't need the project's dependencies to be installed, it just checks our source files, so ideally we'd like to run it as early as possible in the pipeline, before Composer packages and whatnot have been installed.
Describe alternatives
Currently we run a
composer install
to install all of the project's dependencies, which includes Rector. Then we run Rector.Are you willing to submit a PR?
I can try, I speak (Power)Shell.
The text was updated successfully, but these errors were encountered: