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

Remove --scan-file option #5343

Merged
merged 1 commit into from
Jun 18, 2024
Merged

Remove --scan-file option #5343

merged 1 commit into from
Jun 18, 2024

Conversation

willdurand
Copy link
Member

Kinda fixes #5319

Copy link

codecov bot commented Jun 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.78%. Comparing base (625435c) to head (071e414).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5343      +/-   ##
==========================================
+ Coverage   98.75%   98.78%   +0.02%     
==========================================
  Files          51       51              
  Lines        2902     2878      -24     
  Branches      890      876      -14     
==========================================
- Hits         2866     2843      -23     
+ Misses         36       35       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@willdurand willdurand marked this pull request as ready for review June 14, 2024 13:53
@willdurand willdurand requested a review from rpl June 14, 2024 13:54
Copy link
Member

@rpl rpl left a comment

Choose a reason for hiding this comment

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

@willdurand lgtm. Thanks a lot for taking the time to track down all the changes on implementation and test side that used to only be there for the "not really used" ("not that much officially supported") --scan-file option.

@willdurand willdurand merged commit d27ac18 into master Jun 18, 2024
5 checks passed
@willdurand willdurand deleted the rm-scan-file branch June 18, 2024 20:26
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.

--scan-file Produces Different Linter Results for a File Compared to When the Entire Add-on is Linted
2 participants