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
Labels
enhancement
New feature or request
The
quote()
function is never necessary when the argument is already a quoted string, and theunquote()
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.The text was updated successfully, but these errors were encountered: