Skip to content
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

fix(cli): error count #2277

Merged
merged 1 commit into from
Apr 3, 2024
Merged

fix(cli): error count #2277

merged 1 commit into from
Apr 3, 2024

Conversation

Sec-ant
Copy link
Member

@Sec-ant Sec-ant commented Apr 3, 2024

Summary

Fix the mis-counted error count printed in stdout.

I also noticed there are cases where one parse error can emit two identical diagnostics. But I think that should be addressed in another PR.

Test Plan

Just updated the exisiting snapshots. I checked each of them and the result should be good.

@github-actions github-actions bot added A-CLI Area: CLI A-Website Area: website A-Changelog Area: changelog labels Apr 3, 2024
Copy link

netlify bot commented Apr 3, 2024

Deploy Preview for biomejs ready!

Name Link
🔨 Latest commit ae69645
🔍 Latest deploy log https://app.netlify.com/sites/biomejs/deploys/660d0853fff7f10008646fc5
😎 Deploy Preview https://deploy-preview-2277--biomejs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 99 (🔴 down 1 from production)
Accessibility: 97 (no change from production)
Best Practices: 100 (no change from production)
SEO: 93 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@Sec-ant Sec-ant linked an issue Apr 3, 2024 that may be closed by this pull request
1 task
@ematipico ematipico merged commit 02fb518 into biomejs:main Apr 3, 2024
15 checks passed
@Sec-ant Sec-ant deleted the fix/error-count branch April 8, 2024 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Changelog Area: changelog A-CLI Area: CLI A-Website Area: website
Projects
None yet
Development

Successfully merging this pull request may close these issues.

error count does not match the number of errors outputted
2 participants