16d3f15320
ARM CI / build (3.10) (push) Has been cancelled
cffconvert / validate (push) Has been cancelled
Creates a GitHub Issue when a PR Rolled back via Commit to Master / create-issue-on-pr-rollback (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
14 lines
387 B
Protocol Buffer Text Format
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
|
|
}
|
|
} |