Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Add a lint for unnecessary calls to quote() and unquote() #37

Open
nex3 opened this issue Apr 3, 2019 · 0 comments
Open

Add a lint for unnecessary calls to quote() and unquote() #37

nex3 opened this issue Apr 3, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@nex3
Copy link

nex3 commented Apr 3, 2019

The quote() function is never necessary when the argument is already a quoted string, and the unquote() function is never necessary immediately within interpolation. I've seen these mistakes appear in the wild, so it would be good to add lints for them.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant