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: handle absoulte file paths in RuleTester #17989

Merged
merged 1 commit into from Jan 16, 2024
Merged

Conversation

snitin315
Copy link
Contributor

Prerequisites checklist

What is the purpose of this pull request? (put an "X" next to an item)

[ ] Documentation update
[x] Bug fix (template)
[ ] New rule (template)
[ ] Changes an existing rule (template)
[ ] Add autofix to a rule
[ ] Add a CLI option
[ ] Add something to the core
[ ] Other, please explain:

What changes did you make? (Give an overview)

Fixes #17962

Is there anything you'd like reviewers to focus on?

No

@snitin315 snitin315 requested a review from a team as a code owner January 13, 2024 09:30
@eslint-github-bot eslint-github-bot bot added the bug ESLint is working incorrectly label Jan 13, 2024
Copy link

netlify bot commented Jan 13, 2024

Deploy Preview for docs-eslint canceled.

Name Link
🔨 Latest commit ee7f9e6
🔍 Latest deploy log https://app.netlify.com/sites/docs-eslint/deploys/65a2584ec567ec000888789f

Copy link
Member

@nzakas nzakas left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks!

@nzakas nzakas merged commit 39076fb into main Jan 16, 2024
17 checks passed
@nzakas nzakas deleted the fix-rule-tester-abs-paths branch January 16, 2024 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug ESLint is working incorrectly
Projects
Status: Complete
Development

Successfully merging this pull request may close these issues.

Bug: V9 can't test non-exists file in RuleTester
2 participants