Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.
This repository was 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

Description

@nex3

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions