Skip to content

build: Fix prettier lint command #10013

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 2, 2024
Merged

build: Fix prettier lint command #10013

merged 1 commit into from
Jan 2, 2024

Conversation

mydea
Copy link
Member

@mydea mydea commented Jan 2, 2024

It used to output all the files it processed, which lead to a very verbose console output. By using --check we only get files that do not match.

It used to output all the files it processed, which lead to a very verbose console output. By using `--check` we only get files that do not match.
@mydea mydea requested review from anonrig, lforst and Lms24 January 2, 2024 15:05
@mydea mydea self-assigned this Jan 2, 2024
Copy link
Contributor

@lforst lforst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I noticed this too.

@mydea mydea enabled auto-merge (squash) January 2, 2024 15:13
@mydea mydea merged commit 2824f08 into develop Jan 2, 2024
@mydea mydea deleted the fn/fix-prettier-check branch January 2, 2024 15:23
@anonrig
Copy link
Contributor

anonrig commented Jan 2, 2024

My bad! Nice catch.

anonrig pushed a commit that referenced this pull request Jan 3, 2024
It used to output all the files it processed, which lead to a very
verbose console output. By using `--check` we only get files that do not
match.
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.

3 participants