-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat(rules): add no-test-prefixes rule #70
Conversation
This is great! I'm not sure about the name, though... @thymikee ideas for a better name? |
Dang, this is hard to tackle. |
|
|
|
|
I've updated the name and the PR is ready for a review/merge 🙂 |
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.
Thanks!
This PR adds the
no-test-prefixes
rule that discussed in #63TL;DR
Do not use
f
andx
prefixes for focused/skipped tests.