Mike Madison

Results 24 comments of Mike Madison

just to chime in to support the point @AlexSkrypnyk is making, it would be fantastic to get D10 unblocked asap. if that's with this pr great. if that's with 620...

@jhedstrom i think we discussed cutting the 5.x branch for Drupal 10 given that we had to remove some of the earlier supported versions of things, right? just making sure...

This doesn't feel like a bug to me, any additional (non-core, custom) twig filters need to be added to BLT for them to pass validation. i guess technically this could...

i've done something like this in the past by "dyamically" generating the hash based on the site name and environment. @danepowell I can show you an internal jira issue that...

@shelane is this still an issue? phpcs seems to be working fine in BLT 13 for me with the https://github.com/acquia/blt-phpcs plugin installed.

here's an example of how to extend it to use in a non-acquia environment: https://github.com/mikemadison13/blt-gitlab-pipelines/blob/main/src/Blt/Plugin/EnvironmentDetector/GitlabDetector.php#L7 In this case, I'm adding a detection for Gitlab (which is non-Acquia).

i'm pretty sure bash is on the machine, but given that my new M1 came pre-configured with ZSH all of the BLT git hooks were failing. i'm open to other...

I'll see if I can reproduce, they seem to be working today 🤦

A couple of things, could you please update to BLT 13.x? Also, could you confirm if you have a ci.blt.yml file in your blt directory?

other than upgrading to blt 13.x, i'm curious if you have https://github.com/acquia/blt-drupal-test in the codebase? it does have nightwatch specific functionality.