E.g. in the following example supposed indent (as specified by the end identifier) is 3 but some lines in the string literal have ident of
2 or less. Since Crystal compiler reports such cases as error, we should as well:
<<-FOO
Good line
Bad line
Another bad line
Good line again
FOO
The plugin should also suggest a quickfix to adjust wrong indents
E.g. in the following example supposed indent (as specified by the end identifier) is 3 but some lines in the string literal have ident of 2 or less. Since Crystal compiler reports such cases as error, we should as well:
The plugin should also suggest a quickfix to adjust wrong indents