Files
wehub-resource-sync 8a852e4b4e
cffconvert / validate (push) Has been skipped
License Check / license-check (push) Failing after 2s
chore: import upstream snapshot with attribution
2026-07-13 12:14:16 +08:00

14 lines
387 B
Protocol Buffer Text Format

# proto-file: devtools/build_cleaner/proto/actions.proto
# proto-message: ActionSpecs
# Python rules should not have more than one source file.
action_spec {
action: CHECK_FILE_COUNT
file_count_params {
rule_selector {
rule_kind_regex: "^.*py(type)?(_strict)?_(binary|library|test).*$"
generator_function_regex: "^(?!boq_header)$"
}
max_source_count: 1
}
}