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

feat(rule-tester): stricter rule test validations #9086

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

Vinccool96
Copy link
Contributor

PR Checklist

Overview

Brings in changes from eslint/eslint#17654. This is pretty much a copy & paste.

@typescript-eslint
Copy link
Contributor

Thanks for the PR, @Vinccool96!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint.

Copy link

netlify bot commented May 13, 2024

Deploy Preview for typescript-eslint ready!

Name Link
🔨 Latest commit e761ee1
🔍 Latest deploy log https://app.netlify.com/sites/typescript-eslint/deploys/6661cb7299fe4d0008e7bf2d
😎 Deploy Preview https://deploy-preview-9086--typescript-eslint.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 (no change from production)
Accessibility: 100 (no change from production)
Best Practices: 92 (no change from production)
SEO: 90 (🔴 down 8 from production)
PWA: 80 (no change from production)
View the detailed breakdown and full score reports

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

@Vinccool96 Vinccool96 changed the title feat(rule-tester): Stricter rule test validations feat(rule-tester): stricter rule test validations May 13, 2024
packages/rule-tester/src/RuleTester.ts Outdated Show resolved Hide resolved
packages/rule-tester/src/RuleTester.ts Show resolved Hide resolved
packages/rule-tester/tests/eslint-base/eslint-base.test.js Outdated Show resolved Hide resolved
@auvred auvred added the awaiting response Issues waiting for a reply from the OP or another party label May 13, 2024
@Vinccool96 Vinccool96 force-pushed the feat/stricter-rule-test-validations branch from aca9d06 to bde1e6e Compare May 13, 2024 15:19
@Vinccool96
Copy link
Contributor Author

Vinccool96 commented May 13, 2024

I'm gonna need some help for the failing tests

Never mind, there was way less things to fix than I thought.

@Vinccool96 Vinccool96 force-pushed the feat/stricter-rule-test-validations branch from 901db33 to 6e71280 Compare May 13, 2024 20:15
@Vinccool96 Vinccool96 requested a review from auvred May 13, 2024 21:19
@github-actions github-actions bot removed the awaiting response Issues waiting for a reply from the OP or another party label May 13, 2024
@Vinccool96 Vinccool96 force-pushed the feat/stricter-rule-test-validations branch 2 times, most recently from 06d3edf to 5f55140 Compare May 26, 2024 17:09
@Vinccool96
Copy link
Contributor Author

@auvred Is everything good to merge?

@Vinccool96 Vinccool96 force-pushed the feat/stricter-rule-test-validations branch from 5f55140 to cbdf415 Compare May 27, 2024 14:07
@bradzacher bradzacher added the enhancement New feature or request label May 28, 2024
Copy link
Member

@auvred auvred left a comment

Choose a reason for hiding this comment

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

Left a few minor requests but overall looks great!


Btw, there is no need to ping individuals for review. We have a queue and we get to things when we can. https://typescript-eslint.io/contributing/pull-requests

packages/rule-tester/src/RuleTester.ts Show resolved Hide resolved
packages/rule-tester/src/RuleTester.ts Outdated Show resolved Hide resolved
packages/rule-tester/tests/eslint-base/eslint-base.test.js Outdated Show resolved Hide resolved
packages/rule-tester/tests/eslint-base/eslint-base.test.js Outdated Show resolved Hide resolved
@auvred auvred added the awaiting response Issues waiting for a reply from the OP or another party label May 30, 2024
@Vinccool96 Vinccool96 force-pushed the feat/stricter-rule-test-validations branch 3 times, most recently from 7ff0f76 to c13178a Compare June 3, 2024 13:39
@Vinccool96 Vinccool96 requested a review from auvred June 3, 2024 16:23
@github-actions github-actions bot removed the awaiting response Issues waiting for a reply from the OP or another party label Jun 3, 2024
@Vinccool96 Vinccool96 force-pushed the feat/stricter-rule-test-validations branch from a2715a0 to b121617 Compare June 4, 2024 18:02
@Vinccool96 Vinccool96 force-pushed the feat/stricter-rule-test-validations branch 2 times, most recently from 46a6e56 to 40ec555 Compare June 6, 2024 13:24
@Vinccool96 Vinccool96 force-pushed the feat/stricter-rule-test-validations branch from 40ec555 to e761ee1 Compare June 6, 2024 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhancement(rule-tester): Stricter rule test validations
3 participants