Implement a check in the CI pipeline to enforce that property names in device tree bindings do not contain underscores. Signed-off-by: James Roy <rruuaanng@outlook.com> Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
11 lines
312 B
YAML
11 lines
312 B
YAML
# This file is a YAML allowlist of property names that are allowed to
|
|
# bypass the underscore check in bindings. These properties are exempt
|
|
# from the rule that requires using '-' instead of '_'.
|
|
#
|
|
# The file content can be as shown below:
|
|
# - propname1
|
|
# - propname2
|
|
# - ...
|
|
|
|
- mmc-hs200-1_8v
|
|
- mmc-hs400-1_8v
|