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
It's possible to generate a false positive for commented code by creating an object with a name containing two hashtags separated by any alpha-numeric character.
Linted code:
c("#a#"=1)
Message:
.../test.R style: Commented code should be removed.
c("#a#" = 1)
^~~~~~~~
This should not be flagged as commented code.
The text was updated successfully, but these errors were encountered:
It's possible to generate a false positive for commented code by creating an object with a name containing two hashtags separated by any alpha-numeric character.
Linted code:
Message:
This should not be flagged as commented code.
The text was updated successfully, but these errors were encountered: