asm89/twig-lint

why does linter stop at first instance of error

Closed this issue · 1 comments

How do i make the linter lint the whole file.

@awebdeveloper It stops at the first error, because that's the way the twig parser works. It fails at the first parse error.