-
Notifications
You must be signed in to change notification settings - Fork 700
Adding rule to require unique task names #4628
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
is the issue that the current tests are not written with the unique names in mind and thus erroring or is there something else wrong with the code? also I wasn't sure the best way to add a test for this, if you could point me in that direction and how to fix the CI, I will try and get it all working |
I love this idea. It seems like a pretty useful lint rule to have in the project. It will help drive good documented code rather than |
Related: #1710