Uh oh!
There was an error while loading. Please reload this page.
chore: format check-console.mjs so format:check passes on main - #1890
Closed
hqhq1025 wants to merge 1 commit into
Closed
chore: format check-console.mjs so format:check passes on main#1890hqhq1025 wants to merge 1 commit into
hqhq1025 wants to merge 1 commit into
Conversation
The ALLOW entry added in apache#1880 is a single line the formatter would break across four, so `npm run format:check` fails on main itself and every open pull request inherits a red typecheck job that has nothing to do with it.
hqhq1025
commented
Aug 3, 2026
ContributorAuthor
上游 main 已在 #1880 之后自行修好这处格式(scripts/check-console.mjs 现已是多行形式),这个 PR 没有 diff 价值了,关掉。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
format:checkfails onmainitself.The ALLOW entry added in #1880 is written on one line, and the formatter would break it across four:
Every open pull request inherits a red
typecheckjob from this, which has nothing to do with the change under review. Four lines, no behaviour.