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:
.../test.R style: Commented code should be removed.
c("#a#" = 1)
^~~~~~~~
This should not be flagged as commented code.
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.