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
{{ message }}
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.
# Problems:
# 1.
# * position: 3:0
# * property: indentation_spaces
# * message: Line is indented to column 0, but should be at 2.
Tailor clearly does not detect that the block has ended because of the additional if false. Maybe writing conditions like this is not desirable coding style, but then tailor should detect it specifically.
The text was updated successfully, but these errors were encountered:
* message: Line is indented to column 0, but should be at 2.
Tailor clearly does not detect that the block has ended because of the
additional if false. Maybe writing conditions like this is not desirable
coding style, but then tailor should detect it specifically.
—
Reply to this email directly or view it on
GitHubhttps://github.com//issues/128.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The above code produces the following output:
Tailor clearly does not detect that the block has ended because of the additional
if false
. Maybe writing conditions like this is not desirable coding style, but then tailor should detect it specifically.The text was updated successfully, but these errors were encountered: