Skip targets without "compiles" output group in compile_only aspect #8231
check_pr_title.yml
on: pull_request
Check commit message style
2s
Annotations
1 error
Check commit message style
The message 1 is invalid:
* The subject exceeds the limit of 80 characters (got: 81, JSON: "Make compile_only aspect more tolerant to targets without \"compiles\" output group").Please shorten the subject to make it more succinct.
The original message was:
Make compile_only aspect more tolerant to targets without "compiles" output group
We are running some additional targets which are not Apple / Swift specific but still required and the build was failing since there was no "compiles" output group.
I could add those rules to the list in the aspect definition. However I fear that it would set the bad example and the list would probably grow a lot over time.
|