Changes for removal of DrupalCI.
1 open thread
Removed files no longer needed. Made changes for PHPStan and CSpell. Tidied comments referencing DrupalCI. Closes #3427491
Merge request reports
Activity
1 1 includes: 2 - %rootDir%/../../../core/phpstan.neon.dist 2 - %rootDir%/../../../web/core/phpstan.neon.dist This change is needed because DrupalCI needed the path to exclude
web/
, but GitLabCI requires it.To allow the same phpstan.neon file to be used by both, I ran a
sed
update in before script of the GitLabCI one.As DrupalCI is being removed, the
sed
command can be removed, and the change made permanent in phpstan.neon.
Please register or sign in to reply