-
Notifications
You must be signed in to change notification settings - Fork 1.6k
some more lintcheck changes #6708
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
r? @flip1995 (rust-highfive has picked a reviewer for you, use r? to override) |
5aef977
to
0810b30
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.
Just the formatting of the README. Otherwise LGTM
clippy_dev/README.md
Outdated
@@ -0,0 +1,26 @@ | |||
## Clippy-dev is a tool to ease clippys development, similar to `rustc`s `x.py`. |
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.
## Clippy-dev is a tool to ease clippys development, similar to `rustc`s `x.py`. | |
# Clippy Dev Tool | |
The Clippy Dev Tool is a tool to ease Clippys development, similar to `rustc`s `x.py`. |
clippy_dev/README.md
Outdated
|
||
Functionalities (incomplete): | ||
|
||
# lintcheck |
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.
# lintcheck | |
## `lintcheck` | |
this allows us to check multiple source.tomls and not worry about overriding our logfiles accidentally
0810b30
to
a6d493d
Compare
@bors r=flip1995 |
📌 Commit a6d493d has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
changelog: more lintcheck changes