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

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