Skip to content
This repository has been archived by the owner on Jul 20, 2018. It is now read-only.

Don't flag restricted commands and functions that appear in comments. #239

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Don't flag restricted commands and functions that appear in comments. #239

wants to merge 1 commit into from

Conversation

stevegrunwell
Copy link

Prevents code that exists in comments from getting flagged for being invalid (also refs #18).

Use case:

// Don't use eval() because WordPress.com VIP will be a sad panda
do_something();

Previously, eval() in that comment would have been flagged, despite the fact that it's not actually code.

Use case:

// Don't use eval() because WordPress.com VIP will be a sad panda
do_something();
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant