-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Issue/4623 #4806
Issue/4623 #4806
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 for the contribution and welcome to Clippy!
Great job for your first contribution to the rust ecosystem! (Keep contributing 😉)
Most of my review comments are just NITs.
Thanks! Please squash some commits and this can get merged. |
done 👍 |
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! I'm currently working on a rustup. After that, we can merge this.
mh, I would need someone with write Access to merge this pr. |
Yeah, I will, once #4825 is merged :) |
@bors r+ rollup |
📌 Commit 73806b7 has been approved by |
@bors rollup- |
Issue/4623 Greetings. This PR is intended to close #4623 Feedback very welcome, as this is out first contribution to the rust ecosystem :) --- - [x] Followed [lint naming conventions][lint_naming] - allow tabs_in_doc_comments reads well - [x] Added passing UI tests (including committed `.stderr` file) - [x] `cargo test` passes locally - [x] Executed `./util/dev update_lints` - [x] Added lint documentation - [x] Run `./util/dev fmt` --- changelog: added lint "tabs_in_doc_comments"
@bors retry queu prio |
Rollup of 4 Pull requests with new lints Rollup of pull requests - #4816 (New lint: zst_offset) - #4814 (New lint: Implement ifs_same_cond_fn) - #4807 (Add `large_stack_arrays` lint) - #4806 (Issue/4623) changelog: add [`zst_offset`] lint changelog: New lint: [`ifs_same_cond_fn`] cahngelog: Add new lint [large_stack_arrays] changelog: added lint [`tabs_in_doc_comments`]
Greetings.
This PR is intended to close #4623
Feedback very welcome, as this is out first contribution to the rust ecosystem :)
.stderr
file)cargo test
passes locally./util/dev update_lints
./util/dev fmt
changelog: added lint "tabs_in_doc_comments"