-
Notifications
You must be signed in to change notification settings - Fork 195
Closed
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behavior
Milestone
Description
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.
russHyde, richelbilderbeek and MichaelChirico
Metadata
Metadata
Assignees
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behavior