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
The issue is it is harder to determine if a line is an argument, particularly without introducing false positives.
I don't have the time to spend on it, but if you or someone else wants to try implementing a PR for it that addressed the detection and false positive issues above I would review it.
If a line of code is commented, then lintr produces a lint of type
Example of this would be the following line of code-
Does it also make sense to produce a lint of type
For example, here the second argument is commented out-
This can typically happen when interactively writing tests and it will be nice for
lintr
to highlight such vestiges.The text was updated successfully, but these errors were encountered: