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
Thank you flodel. There was indeed an issue with spaces_inside_linter() not handling line numbers correctly. This manifested when there were empty lines in the content to lint. This is fixed in 17a8ee8
This is a pretty weird bug I hope you will be able to reproduce.
Please try running the code provided at the bottom. On my machine, it returns:
which is surprising for two reasons: 1) there is a #nolint on the quoted line and 2) the line number (9) does not match the quoted line.
The bug seems to require very specific conditions: try removing even a blank line from my code or rename a variable, and the bug might disappear...
Thanks for looking into it.
=======================
The text was updated successfully, but these errors were encountered: