-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
False auto-correction in Lint/BlockAlignment #1573
Comments
I was about to fix this but then stopped to wonder what exactly is the correct behavior. The style guide doesn't seem to cover this specific case. On the other hand, the specs imply that this actually should be valid, too. So, either there should be no offense in the first place or auto-correction should actually remove the superfluous whitespace. |
The
If you want to tackle this, feel free to do so @lumeet. Otherwise I'll do it. |
@lumeet why did you close this? |
This kind of code correcly triggers an offense but no auto-correction is applied, even though "[Corrected]" is reported.
The text was updated successfully, but these errors were encountered: