Skip to content

fix: capitalize Code Push in how-to-install-flutter - #678

Merged
AbhishekDoshi26 merged 1 commit into
mainfrom
fix/vale-code-push
Sep 18, 2026
Merged

AbhishekDoshi26 merged 1 commit into
mainfrom
fix/vale-code-push

Conversation

@AbhishekDoshi26

@AbhishekDoshi26 AbhishekDoshi26 commented Sep 18, 2026

Copy link
Copy Markdown
Member

Description

style-check is currently failing on main. Vale's Terms rule requires "Code Push", and how-to-install-flutter.mdx has one lowercase "code push" that spans a line break:

`~/.shorebird/bin/cache/flutter`, this is Shorebird's modified Flutter for code
push and should **not** be added to your PATH.

Why it started failing now

Nothing in the repo changed. vale-action installs Vale at latest, and v3.22.0 shipped between two runs of the same unchanged main commit 9796712:

Event Time (UTC) Result
Run 35225140183 2026-09-17 13:07 style-check pass
Vale v3.22.0 published 2026-09-17 15:23
Run 35313308825 2026-09-18 06:04 style-check fail

Confirmed by pinning the binary rather than inferring it: Vale 3.22.0 flags that line at 342:76, matching CI exactly, while 3.15.1 and 3.17.1 report zero errors across all 74 files. Newer Vale joins the line break when matching, which makes the occurrence visible to the rule.

Worth knowing for anyone debugging this locally: the repo pins @vvago/vale: ^3.21.0, so a node_modules installed before v3.22.0 will not reproduce it. vale --config=.vale.ini src/content/docs can report zero errors while CI fails. Check vale --version first.

Impact

This blocks style-check on every open PR that is current with main, including the Dependabot bump in #677, which has no other problems.

Verification

Vale 3.22.0 against this branch: 0 errors across 74 files. Prettier and cspell clean. The same fix took #661 from a failing style-check to a fully green run (35325071831).

Vale's Terms rule requires "Code Push". The occurrence spans a line
break, which older Vale releases did not join, so it only started failing
when the vale-action picked up a newer Vale: the same main commit
(9796712) passed style-check on 2026-09-17 and failed on 2026-09-18.

This is a main-branch failure inherited by this branch when main was
merged in, not something this PR introduced.
@AbhishekDoshi26
AbhishekDoshi26 merged commit 6965136 into main Sep 18, 2026
4 checks passed
@AbhishekDoshi26
AbhishekDoshi26 deleted the fix/vale-code-push branch September 18, 2026 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant