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.

Command icon 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

muriqui created an issue. See original summary.

muriqui’s picture

Issue summary: View changes

muriqui’s picture

Status: Active » Needs review
paraderojether’s picture

Status: Needs review » Reviewed & tested by the community

Hi

I reviewed MR!29, and confirmed PHPCS is now passed on Gitlab CI.

Moving this to RTBC!
Thank you.