diff options
| author | bors <bors@rust-lang.org> | 2020-10-14 21:31:15 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-10-14 21:31:15 +0000 |
| commit | 8ae260bc4f6f0efbf2c628fdb9961cbbb60e94ca (patch) | |
| tree | a5ea34a0fd9ef3a4a250fe482f68b2144078e780 /doc | |
| parent | 0b77c359652846decf3d735bd246166e921105c6 (diff) | |
| parent | 2da121d97fa2a1839d703e8c584d5bdf989b8117 (diff) | |
| download | rust-8ae260bc4f6f0efbf2c628fdb9961cbbb60e94ca.tar.gz rust-8ae260bc4f6f0efbf2c628fdb9961cbbb60e94ca.zip | |
Auto merge of #6175 - ebroto:fix_remark, r=ebroto
Fix remark linting on checkboxes changelog: none r? `@ghost` since this is blocking CI
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/adding_lints.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/adding_lints.md b/doc/adding_lints.md index 344bb455aa5..ab8ff711796 100644 --- a/doc/adding_lints.md +++ b/doc/adding_lints.md @@ -454,12 +454,12 @@ Before submitting your PR make sure you followed all of the basic requirements: <!-- Sync this with `.github/PULL_REQUEST_TEMPLATE` --> -- [ ] Followed [lint naming conventions][lint_naming] -- [ ] Added passing UI tests (including committed `.stderr` file) -- [ ] `cargo test` passes locally -- [ ] Executed `cargo dev update_lints` -- [ ] Added lint documentation -- [ ] Run `cargo dev fmt` +- \[ ] Followed [lint naming conventions][lint_naming] +- \[ ] Added passing UI tests (including committed `.stderr` file) +- \[ ] `cargo test` passes locally +- \[ ] Executed `cargo dev update_lints` +- \[ ] Added lint documentation +- \[ ] Run `cargo dev fmt` ## Cheatsheet |
