Skip to content

Commit 0935e9e

Browse files
recipe(cloud-connect-dev): state the check ordering as a rule, not a moment
The comment explaining why the file checks come first should read the same way a year from now, so it names what the ordering guarantees rather than what it enables for the current unreleased version.
1 parent 6d040b3 commit 0935e9e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

cloud-connect-dev/validate.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ need spice
3535
echo "cloud-connect-dev validation"
3636
echo
3737

38-
# The checks are ordered so that the ones needing no CLI run first and always
39-
# report. An older CLI stops the flow-specific assertions below, but it says
40-
# nothing about whether this recipe's files agree with each other — and those
41-
# are exactly the checks CI can enforce before the release ships.
38+
# Ordering is deliberate: the checks needing no CLI run first and always report.
39+
# A CLI too old for this flow stops the assertions below it, and says nothing
40+
# about whether the recipe's own files agree with each other — so those are
41+
# checked before the version gate, and a broken file fails rather than skips.
4242

4343
# --- The project-name default comes from this directory, not from a random
4444
# --- fallback. The suggestion is the directory's final component, slugified.

0 commit comments

Comments
 (0)