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
feature #1008 Be more specific in linting twig and yaml files (chr-hertel)
This PR was merged into the master branch.
Discussion
----------
Be more specific in linting twig and yaml files
I would argue that adding those parameters ensures linting that is more similar to the framework runtime in production:
symfony will parse tags in config yaml files and twig runtime might differ between dev and prod environment.
for example we would catch a forgotten `{{ dump() }}` in a twig template that way
Commits
-------
11bcecf Be more specific in linting twig and yaml files
0 commit comments