Problem/Motivation
There are a few warnings appearing in the pipeline:
- phpcs reports that the tugboat config is missing a newline at the end of the file.
- phpstan (previous major) warns because the LegacyHook and Hook attributes don't exist in Drupal 10.
Steps to reproduce
Push an MR and watch the pipeline.
Proposed resolution
Fix the missing newline, and add a phpstan baseline file to ignore the LegacyHook warnings.
Issue fork field_inheritance-3581803
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
muriqui commentedComment #4
muriqui commentedComment #5
paraderojether commentedHi
I reviewed MR!29, and confirmed PHPCS is now passed on Gitlab CI.
Moving this to RTBC!
Thank you.