acceptable-balloon-2043
11/22/2024, 9:39 AMpants lint check ::
) and they will execute sequentially, but I'm trying to achieve two things and can't find anything in the documentation to allow it out of the box:
1. Can the above run check
even if there are lint
failures?
2. If I want to make check
run in parallel to lint
, is my only option to define a custom goal_rule (eg. lintcheck
with MultiGet
of the results of both?). I'm guessing there are also problems there around Console
that both will use at the same time?happy-kitchen-89482
11/22/2024, 11:17 PMacceptable-balloon-2043
11/23/2024, 11:53 AM