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 jackwasey. There was indeed an issue with no_tab_linter() not handling line numbers correctly. This manifested when there were commented lines in the content to lint. This is fixed in 65b312f .
It seems to be that it doesn't count initial comment lines. It seems like github might remove the critical tab in the following code block:
/tmp/tab.R
then
lintr::lint("/tmp/tab.R")
Giving me:
The text was updated successfully, but these errors were encountered: