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(eslint): do not flush existing errors on changing file #55

Merged
merged 1 commit into from
Jul 25, 2021

Conversation

fi3ework
Copy link
Owner

@fi3ework fi3ework commented Jul 25, 2021

fix #54

@codecov-commenter
Copy link

Codecov Report

Merging #55 (7e87c5e) into main (9e46176) will decrease coverage by 0.77%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #55      +/-   ##
==========================================
- Coverage   35.01%   34.24%   -0.78%     
==========================================
  Files          13       13              
  Lines         574      587      +13     
  Branches      117      118       +1     
==========================================
  Hits          201      201              
- Misses        372      385      +13     
  Partials        1        1              
Impacted Files Coverage Δ
packages/vite-plugin-checker/src/Checker.ts 89.28% <ø> (ø)
...es/vite-plugin-checker/src/checkers/eslint/main.ts 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9e46176...7e87c5e. Read the comment docs.

@fi3ework fi3ework merged commit 4f7abbe into main Jul 25, 2021
@fi3ework fi3ework deleted the ffix-eslint-flush branch February 5, 2022 14:22
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.

[ESLint] single file diagnostic in watch mode will flush all other files' diagnostics
2 participants