why does linter stop at first instance of error
Closed this issue · 1 comments
awebdeveloper commented
How do i make the linter lint the whole file.
asm89 commented
@awebdeveloper It stops at the first error, because that's the way the twig parser works. It fails at the first parse error.