-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: explain command #4
Conversation
Co-Authored-By: Andrew Thrasher <1165729+adthrasher@users.noreply.github.com>
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.
Looks good, though I'm hoping Peter has a clever solution to avoid the two match
statements.
I think we can live with the two The solution will be to have a single list of lint rules moving forward in the new implementation, where everything is based off the AST. I'm hoping that we might even put them in their own crate, such as |
Co-Authored-By: Andrew Thrasher <1165729+adthrasher@users.noreply.github.com>
All the functionality changes here are quite straightforward. I added a new dependency,
colored
, in order to get some "prettier" explain output. Maybe there's more we can do in that direction?