Skip to content
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

Merged
merged 2 commits into from
Nov 23, 2019
Merged

Issue/4623 #4806

merged 2 commits into from
Nov 23, 2019

Conversation

FlorianRohm
Copy link

Greetings.
This PR is intended to close #4623

Feedback very welcome, as this is out first contribution to the rust ecosystem :)


  • Followed [lint naming conventions][lint_naming]
    • allow tabs_in_doc_comments reads well
  • Added passing UI tests (including committed .stderr file)
  • cargo test passes locally
  • Executed ./util/dev update_lints
  • Added lint documentation
  • Run ./util/dev fmt

changelog: added lint "tabs_in_doc_comments"

Copy link
Member

@flip1995 flip1995 left a 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.

clippy_lints/src/tabs_in_doc_comments.rs Outdated Show resolved Hide resolved
clippy_lints/src/tabs_in_doc_comments.rs Outdated Show resolved Hide resolved
clippy_lints/src/tabs_in_doc_comments.rs Outdated Show resolved Hide resolved
clippy_lints/src/tabs_in_doc_comments.rs Outdated Show resolved Hide resolved
clippy_lints/src/tabs_in_doc_comments.rs Outdated Show resolved Hide resolved
clippy_lints/src/tabs_in_doc_comments.rs Outdated Show resolved Hide resolved
clippy_lints/src/tabs_in_doc_comments.rs Outdated Show resolved Hide resolved
clippy_lints/src/tabs_in_doc_comments.rs Outdated Show resolved Hide resolved
clippy_lints/src/tabs_in_doc_comments.rs Outdated Show resolved Hide resolved
@flip1995 flip1995 added the S-waiting-on-author Status: This is awaiting some action from the author. (Use `@rustbot ready` to update this status) label Nov 12, 2019
@flip1995
Copy link
Member

Thanks! Please squash some commits and this can get merged.

@FlorianRohm
Copy link
Author

done 👍

Copy link
Member

@flip1995 flip1995 left a 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.

@FlorianRohm
Copy link
Author

mh, I would need someone with write Access to merge this pr.
@flip1995, can you merge?

@flip1995
Copy link
Member

Yeah, I will, once #4825 is merged :)

@flip1995
Copy link
Member

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Nov 23, 2019

📌 Commit 73806b7 has been approved by flip1995

@flip1995
Copy link
Member

@bors rollup-

bors added a commit that referenced this pull request Nov 23, 2019
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
Copy link
Collaborator

bors commented Nov 23, 2019

⌛ Testing commit 73806b7 with merge 360c084...

@flip1995
Copy link
Member

@bors retry queu prio

bors added a commit that referenced this pull request Nov 23, 2019
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`]
@bors bors merged commit 73806b7 into rust-lang:master Nov 23, 2019
@FlorianRohm FlorianRohm deleted the issue/4623 branch January 10, 2020 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-author Status: This is awaiting some action from the author. (Use `@rustbot ready` to update this status)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lint against tabs in doc comments
3 participants