-
-
Notifications
You must be signed in to change notification settings - Fork 80
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: remove eslint-plugin-no-only-tests #1297
feat: remove eslint-plugin-no-only-tests #1297
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1297 +/- ##
==========================================
- Coverage 94.79% 94.78% -0.01%
==========================================
Files 103 103
Lines 5781 5776 -5
Branches 490 488 -2
==========================================
- Hits 5480 5475 -5
Misses 300 300
Partials 1 1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks! 🚀
Some unrelated build failures, and I think just one small newline touchup. I'm excited about this and can just apply it myself.
Nah, I think we're fine not to. It's a pretty rare thing for someone to do except when testing code out. If folks do accidentally leave it in, the Vitest failure is pretty clear. Good question! |
The migration test failure is unrelated flake (grr). For the accessibility bot, you'll want to always provide alt text for informative issues. Otherwise users who can't visually see the image won't know what's in it. https://github.com/github/accessibility-alt-text-bot has more info. The code change looks great, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
@all-contributors please add @DemianParkhomenko for code.
|
I've put up a pull request to add @DemianParkhomenko! 🎉 I couldn't determine any contributions to add, did you specify any contributions? |
🎉 This is included in version v1.57.0 🎉 The release is available on: Cheers! 📦🚀 |
Adds @DemianParkhomenko as a contributor for code. This was requested by JoshuaKGoldberg [in this comment](#1297 (comment)) --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
PR Checklist
status: accepting prs
Overview
Remove eslint-plugin-no-only-tests according to
https://vitest.dev/guide/cli#options
@JoshuaKGoldberg Should we explain somewhere that it is checked by vitest?