-
Notifications
You must be signed in to change notification settings - Fork 247
feat(rules): add no-test-prefixes rule #70
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
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 🙂 |
SimenB
left a comment
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-prefixesrule that discussed in #63TL;DR
Do not use
fandxprefixes for focused/skipped tests.