Closed oliverklee closed 10 months ago
@oliverklee We use the same setup for QA tools in several repositories/extensions. I don't want to change the setup in just one extension. We need to check if we want to take over those changes in our standard configuration.
Stop using parallel linting: This allows linting without doing a
composer install
first, i.e., it is not possible to lint with PHP versions for which the dependencies are not available yet. This also speeds up the linting step.