style: fix oxfmt formatting in CONTRIBUTING.md#29056
Closed
dominicnunez wants to merge 1 commit intoopenclaw:mainfrom
Closed
style: fix oxfmt formatting in CONTRIBUTING.md#29056dominicnunez wants to merge 1 commit intoopenclaw:mainfrom
dominicnunez wants to merge 1 commit intoopenclaw:mainfrom
Conversation
Trailing whitespace and unescaped underscore in the Josh Lehman entry added by 2916152 break oxfmt --check for every open PR.
Contributor
Greptile SummaryFixed
The changes align with the repository's formatting standards (oxfmt) and restore passing CI checks. Confidence Score: 5/5
Last reviewed commit: c173668 |
6 tasks
|
I found the same issue which was blocking my branch too! |
Contributor
Author
|
Fixed upstream in 3882b8a. Closing. |
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 free
to 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.
Summary
oxfmt --checkfor every open PRThe
checkCI job fails on theformat:checkstep for all PRs since this commit was merged. Confirmed by checking CI logs across multiple unrelated open PRs (#29050, #25045, #28993, #26821, #29011, #29031).Test plan
oxfmt --check CONTRIBUTING.mdpasses after this change🤖 AI-assisted (Claude Code). Fully tested — single
oxfmtformatting fix.