chore: import upstream snapshot with attribution
cffconvert / validate (push) Has been skipped
License Check / license-check (push) Failing after 2s

This commit is contained in:
wehub-resource-sync
2026-07-13 12:14:16 +08:00
commit 8a852e4b4e
36502 changed files with 9277225 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# 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
}
}