chore: surface prettier formatting warnings in lint:misc - #1114
Merged
Merged
Conversation
rekmarks-consensys-1
marked this pull request as draft
September 18, 2026 07:39
rekmarks-consensys-1
changed the base branch from
main
to
rekmarks-consensys-1-patch-1
September 18, 2026 07:39
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
rekmarks-consensys-1
force-pushed
the
fix/prettier-log-level-warn
branch
from
September 18, 2026 16:56
ff8e0cb to
83852db
Compare
rekmarks-consensys-1
marked this pull request as ready for review
September 18, 2026 16:56
rekmarks-consensys-1
enabled auto-merge
September 18, 2026 16:56
rekmarks-consensys-1
disabled auto-merge
September 18, 2026 16:56
rekmarks-consensys-1
enabled auto-merge
September 18, 2026 16:56
sirtimid
approved these changes
Sep 18, 2026
Contributor
Coverage Report
File CoverageNo changed files found. |
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.
--log-level errorsuppresses prettier's per-file formatting diagnostics, which are emitted at thewarnlevel. This meansyarn lint:misc --checkwould fail with a non-zero exit code but no output indicating which files were affected.Changes
package.json:lint:misc—--log-level error→--log-level warnTesting
No automated tests needed. Verified by running
yarn lint:misc --checkagainst a file with a formatting issue to confirm the diagnostic message is now visible.🤖 Generated with Claude Code
Note
Low Risk
Single dev-tool logging tweak in root package.json with no runtime or security impact.
Overview
Updates the root
lint:miscPrettier invocation so formatting failures are visible when lint runs with--check(viayarn lint).--log-levelchanges fromerrortowarnbecause Prettier reports per-file formatting issues at the warn level; witherror,yarn lint:misc --checkcould exit non-zero without printing which files were wrong.Reviewed by Cursor Bugbot for commit 83852db. Bugbot is set up for automated code reviews on this repo. Configure here.