Functions | |
def | anything () |
def | check_attributes (entity, kind, errors) |
def | mako_plugin (dictionary) |
def | one_of (values) |
def | subset_of (values) |
Variables | |
dictionary | VALID_ATTRIBUTE_KEYS_MAP |
def check_attrs.anything | ( | ) |
Definition at line 17 of file check_attrs.py.
def check_attrs.check_attributes | ( | entity, | |
kind, | |||
errors | |||
) |
Definition at line 102 of file check_attrs.py.
def check_attrs.mako_plugin | ( | dictionary | ) |
The exported plugin code for check_attr. This validates that filegroups, libs, and target can have only valid attributes. This is mainly for preventing build.yaml from having unnecessary and misleading attributes accidentally.
Definition at line 120 of file check_attrs.py.
def check_attrs.one_of | ( | values | ) |
Definition at line 21 of file check_attrs.py.
def check_attrs.subset_of | ( | values | ) |
Definition at line 26 of file check_attrs.py.
dictionary check_attrs.VALID_ATTRIBUTE_KEYS_MAP |
Definition at line 31 of file check_attrs.py.