-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
🐛 Empty lines highlight plus-marker as whitespace-error #388
Comments
I guess it is a whitespace |
Oh, I see. I've missed the point then I guess. |
I think this is part of a bigger issue, as I reported in #345. |
dandavison
added a commit
that referenced
this issue
Dec 4, 2020
dandavison
added a commit
that referenced
this issue
Dec 4, 2020
dandavison
added a commit
that referenced
this issue
Dec 5, 2020
dandavison
added a commit
that referenced
this issue
Dec 5, 2020
* Add failing test of added empty line with keep-plus-minus-markers * Fix whitespace error flagging with keep-plus-minus-markers Fixes #388 * Possibly more efficient implementation * Fix clippy * Fix clippy II * Increase tarpaulin timeout * Increase tarpaulin timeout * Add failing test of line with one non-whitespace character * Fix test of line with one non-whitespace character * Revert tarpaulin changes
This fix is released now (v0.4.5). |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
With a test file:
(Note that there are spaces on the last line)
Running
highlights the plus-marker on the empty line as a whitespace error
The text was updated successfully, but these errors were encountered: