Closed
Description
Currently, we can ignore a specific variable in all files:
SHOUTY_VARIABLE_BLACKLIST = {
"chef.can_add_cakes": ("*",)
}
It would be great if we could also ignore all missing variables for a certain file:
SHOUTY_VARIABLE_BLACKLIST = {
"*": ("third_party_app/template.html",)
}
As shown, this is useful for telling shouty-templates to ignore third party apps that, short of sending a patch upstream, I can do nothing about.
Metadata
Metadata
Assignees
Labels
No labels