#3495008 Add .gitlab-ci for continious integration
2 unresolved threads
2 unresolved threads
Closes #3495008
Merge request reports
Activity
Filter activity
added 9 commits
- 5a0d18af - Regenerate composer.lock.
- dc76ed9e - Adds drupal/core as a dependency.
- 6985db02 - Remove composer.lock.
- efcd9d2e - Target Drupal 9.5.x for now.
- b939cde8 - Change settings to opt in to test against previous major version of Drupal.
- 63f6642b - Add back in DRUPAL_CORE variable.
- 8c5c13d3 - Add ^10 as Drupal version.
- e96130ac - Add separate job for Drupal 9 tests.
- 635b9844 - Contrain the PHP version to 8.1.
Toggle commit listadded 1 commit
- a90fc277 - Exclude the phpstan baseline file from phpcs.
added 1 commit
- 54888b1b - Use normal phpstan baseline file, as otherwise would need to configure gitlab...
added 1 commit
- 5a73e008 - Fixes .gitignore for web and vendor, modifies phpstan command, adds grumphp.
- phpstan-baseline.neon 0 → 100644
- phpstan.neon 0 → 100644
Thank you for your feedback. The PHPStan baseline file was added intentionally to establish a basic pipeline with code checks that prevent new code from being committed unless it passes these checks, while allowing the existing code to remain unchanged for now.
If you feel strongly about resolving the ignored PHPStan errors in this merge request, I’d be happy to accept any contributions addressing them.
Please register or sign in to reply