Skip to content

Allow blacklisting files #6

Closed
Closed
@vmsp

Description

@vmsp

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions