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): correctly compute ignored files #150

Merged
merged 3 commits into from
Sep 4, 2023
Merged

Conversation

ematipico
Copy link
Member

Summary

Closes #139

Test Plan

Added a new test case for the check command

@github-actions github-actions bot added A-CLI Area: CLI A-Project Area: project A-LSP Area: language server protocol A-Changelog Area: changelog labels Sep 4, 2023
@@ -214,7 +214,8 @@ const SELF_FILTER: LevelFilter = if cfg!(debug_assertions) {

impl LoggingFilter {
fn is_enabled(&self, meta: &Metadata<'_>) -> bool {
let filter = if meta.target().starts_with("biome") {
// TODO: keep "rome" until all internal crates are moved to "biome_"
let filter = if meta.target().starts_with("rome") {
Copy link
Member Author

Choose a reason for hiding this comment

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

This prevented from logging correctly

@ematipico ematipico requested a review from a team September 4, 2023 15:23
@ematipico ematipico temporarily deployed to Website deployment September 4, 2023 15:42 — with GitHub Actions Inactive
@github-actions github-actions bot added the A-Website Area: website label Sep 4, 2023
@ematipico ematipico temporarily deployed to Website deployment September 4, 2023 16:16 — with GitHub Actions Inactive
@github-actions github-actions bot added the A-Tooling Area: internal tools label Sep 4, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Sep 4, 2023

Parser conformance results on ubuntu-latest

js/262

Test result main count This PR count Difference
Total 48863 48863 0
Passed 47808 47808 0
Failed 1055 1055 0
Panics 0 0 0
Coverage 97.84% 97.84% 0.00%

jsx/babel

Test result main count This PR count Difference
Total 40 40 0
Passed 37 37 0
Failed 3 3 0
Panics 0 0 0
Coverage 92.50% 92.50% 0.00%

symbols/microsoft

Test result main count This PR count Difference
Total 6212 6212 0
Passed 1764 1764 0
Failed 4448 4448 0
Panics 0 0 0
Coverage 28.40% 28.40% 0.00%

ts/babel

Test result main count This PR count Difference
Total 639 639 0
Passed 573 573 0
Failed 66 66 0
Panics 0 0 0
Coverage 89.67% 89.67% 0.00%

ts/microsoft

Test result main count This PR count Difference
Total 17224 17224 0
Passed 13121 13121 0
Failed 4103 4103 0
Panics 0 0 0
Coverage 76.18% 76.18% 0.00%

@ematipico ematipico temporarily deployed to Website deployment September 4, 2023 17:15 — with GitHub Actions Inactive
@ematipico ematipico temporarily deployed to Website deployment September 4, 2023 17:16 — with GitHub Actions Inactive
@ematipico ematipico merged commit a97bb03 into main Sep 4, 2023
18 checks passed
@ematipico ematipico deleted the fix/ignored-files branch September 4, 2023 17:48
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-LSP Area: language server protocol A-Project Area: project A-Tooling Area: internal tools A-Website Area: website
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 VCS Ignore File is not always read correctly
2 participants