Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

comment-format rule "check-lowercase" option should allow whitelist of exceptions #562

Closed
adidahiya opened this issue Aug 11, 2015 · 1 comment · Fixed by singapore/lint-condo#223

Comments

@adidahiya
Copy link
Contributor

I'd like to allow exceptions to the check-lowercase rule option via a whitelist that looks something like:

"comment-format": [true,
    ["check-lowercase", "TODO", "HACKHACK"],
    "check-space"
]
@adidahiya adidahiya changed the title comment-format check-lowercase should allow TODO comments comment-format rule "check-lowercase" option should allow whitelist of exceptions Aug 26, 2015
@adidahiya adidahiya added P1 and removed P2 labels Aug 26, 2015
@IllusionMH
Copy link
Contributor

As I can see format with nested arrays isn't supported in system.
What about optional array of whitelisted words as last argument?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants