asm89/twig-lint

How do I allow Drupal 8 twig_tweak functions?

brooke-heaton opened this issue · 2 comments

This package is part of Acquia's BLT framework, but it seems to fail when using the Drupal contributed module twig_tweak. How can I get twig-lint to recognize twig_tweak functions?

I guess you need to specify those functions in BLT configuration.
https://github.com/acquia/blt/blob/9.1.0-alpha1/config/build.yml#L220

asm89 commented

I guess the BLT framework should have more context on this.