DMKEBUSINESSGMBH / typo3-mkforms

https://www.dmk-ebusiness.de
3 stars 6 forks source link

[TASK] Streamline the PHP linting #134

Closed oliverklee closed 10 months ago

oliverklee commented 3 years ago

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.

hannesbochmann commented 3 years 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.