-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add common lint tools doc #5641
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
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 is great! I would suggest to rename this to "Common tools for writing lints", since the name "lint tools" already exists in the rust ecosystem and refers to tools providing lints, like Clippy.
c082443
to
8f147f8
Compare
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.
We have a 120 characters line length limit. Otherwise this LGTM.
👍 just saw it |
@bors r+ |
📌 Commit 8270412 has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
This PR starts adding some documentation about linting tools.
Retrieving all methods of a type
is not covered at this time.fixes partially: #3843
changelog: none