You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of #2, we sidestepped this issue by specifically pinning to a version of mglaman/drupal-check to less than 1.4, which is the version that introduces changes to the checking that will necessitate code updates for tests to continue passing.
Proposed solution
Update mglaman/drupal-check to ^1.4 in the test composer.json.
Run drupal-check command locally.
Make code updates based on recommendations.
The text was updated successfully, but these errors were encountered:
Motivation
As part of #2, we sidestepped this issue by specifically pinning to a version of
mglaman/drupal-check
to less than1.4
, which is the version that introduces changes to the checking that will necessitate code updates for tests to continue passing.Proposed solution
mglaman/drupal-check
to^1.4
in the test composer.json.The text was updated successfully, but these errors were encountered: