-
Notifications
You must be signed in to change notification settings - Fork 294
Lint fixes #222
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 fixes #222
Conversation
Critic review: https://critic.hoppipolla.co.uk/r/6056 Thi 10000 s is an external review system which you may optionally use for the code review of your pull request. In order to help critic track your changes, please do not make in-place history rewrites (e.g. via |
|
All of these properties should always hold per the API, so asserts seem like a good match here.
Various fixes for the lint filter, and use it to validate treewalker sanity in tests.
This makes the lint filter actually ensure tree walker implementations follow their supposed API, runs all of the tree walker tests through the filter, and fixes a number of bugs it shows up.