0.7.10
- Total issues resolved: 0
- Total pull requests resolved: 30
- Total contributors: 1
Bug 🐞
- 109: Don't run all and on-install-or-update twice on failure in the first run thanks to @WyriHaximus
- 107: Make sure PHPCS has no tailing / on tests thanks to @WyriHaximus
- 106: Make sure PHPCS has no tailing / on src thanks to @WyriHaximus
- 105: Fix composer require checker default config contents thanks to @WyriHaximus
Bug 🐞,Enhancement ✨
- 104: Improve old CI detection thanks to @WyriHaximus
Enhancement ✨
- 108: Make sure PHPCS has no tailing / on etc thanks to @WyriHaximus
- 103: Create Renovate Config if it doesn't exists at .github/renovate.json thanks to @WyriHaximus
- 102: Make sure we remove phpunit.xml.dist thanks to @WyriHaximus
- 101: Move psalm.xml to etc/qa/psalm.xml thanks to @WyriHaximus
- 100: Remove CI Workflow if its the old style PHP CI Workflow thanks to @WyriHaximus
- 99: Create CI Workflow if it doesn't exists at .github/workflows/ci.yaml thanks to @WyriHaximus
- 98: Create Release Management Workflow if it doesn't exists at .github/workflows/release-management.yaml thanks to @WyriHaximus
- 97: Remove set-milestone-on-pr.yaml it has been folded into centralized workflows through release-management.yaml thanks to @WyriHaximus
- 96: Remove craft-release.yaml it has been folded into centralized workflows through release-management.yaml thanks to @WyriHaximus
- 95: Remove markdown-check-links.yaml it has been folded into centralized workflows through ci.yaml thanks to @WyriHaximus
- 94: Remove composer-diff.yaml it has been folded into centralized workflows through ci.yaml thanks to @WyriHaximus
- 93: Move .github/workflows/ci.yml to .github/workflows/ci.yaml thanks to @WyriHaximus
- 92: Make sure we have a PHPCS config file at etc/qa/phpcs.xml thanks to @WyriHaximus
- 91: Make sure we have a PHPUnit config file at etc/qa/phpunit.xml thanks to @WyriHaximus
- 90: Make sure we have a PHPStan config file at etc/qa/phpstan.neon thanks to @WyriHaximus
- 89: Create Infection config file if it doesn't exists at etc/qa/infection.json5 thanks to @WyriHaximus
- 88: Create Composer Require Checker config file if it doesn't exists at e… thanks to @WyriHaximus
- 87: Update Composer Unused config file dropping a commented out line that is scattered cross my repos thanks to @WyriHaximus
- 86: Make sure we have etc/ci/markdown-link-checker.json thanks to @WyriHaximus
- 85: Make sure etc/, etc/ci/, and etc/qa/ exists thanks to @WyriHaximus
- 84: Make sure we remove .github/dependabot.yml thanks to @WyriHaximus
- 83: Create Composer Unused config file if it doesn't exists at etc/qa/composer-unused.php thanks to @WyriHaximus
- 82: Ensure PHPStan config doesn't contain include for wyrihaximus/async-utilities/rules.neon or wyrihaximus/async-utilities/rules.neon as those are now extensions thanks to @WyriHaximus
- 81: Ensure PHPStan config doesn't contain checkGenericClassInNonGenericObjectType as it's no longer a valid config option thanks to @WyriHaximus
- 80: Ensure PHPStan config uses ergebnis.noExtends.classesAllowedToBeExtended not ergebnis.classesAllowedToBeExtended thanks to @WyriHaximus