-
Notifications
You must be signed in to change notification settings - Fork 157
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
Lint ForbidKeysRemoveCall
#927
Conversation
first, let's see if the lint complains about the usage in |
f806a14
to
abd5522
Compare
looks like this one is failing @eagr: https://github.com/opentensor/subtensor/actions/runs/11709455612/job/32816680567?pr=927 |
yeah as expected, kinda wanted to watch it fail first. I'll disable the lint on that line then it should pass |
I think |
849933d
to
1d6c938
Compare
looks good to me except I would prefer in the tests you use |
done |
Description
Add a custom lint to forbid
Keys::<T>::remove()
Related Issue(s)
Type of Change