Using slim-lint 0.33.0.
Given the following:
div class="a \
b"
- if 1 == 2
| Hello
slim-lint gives the following false positive:
ControlStatementSpacing: Please add a space after the `-`
It seems to be related to the splitting of lines, because
div class="a b"
- if 1 == 2
| Hello
works fine with no warning.
Using slim-lint 0.33.0.
Given the following:
slim-lint gives the following false positive:
It seems to be related to the splitting of lines, because
works fine with no warning.