Skip to content

Commit 8ae260b

Browse files
committed
Auto merge of rust-lang#6175 - ebroto:fix_remark, r=ebroto
Fix remark linting on checkboxes changelog: none r? `@ghost` since this is blocking CI
2 parents 0b77c35 + 2da121d commit 8ae260b

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ your PR is merged.
1212
If you added a new lint, here's a checklist for things that will be
1313
checked during review or continuous integration.
1414

15-
- [ ] Followed [lint naming conventions][lint_naming]
16-
- [ ] Added passing UI tests (including committed `.stderr` file)
17-
- [ ] `cargo test` passes locally
18-
- [ ] Executed `cargo dev update_lints`
19-
- [ ] Added lint documentation
20-
- [ ] Run `cargo dev fmt`
15+
- \[ ] Followed [lint naming conventions][lint_naming]
16+
- \[ ] Added passing UI tests (including committed `.stderr` file)
17+
- \[ ] `cargo test` passes locally
18+
- \[ ] Executed `cargo dev update_lints`
19+
- \[ ] Added lint documentation
20+
- \[ ] Run `cargo dev fmt`
2121

2222
[lint_naming]: https://rust-lang.github.io/rfcs/0344-conventions-galore.html#lints
2323

doc/adding_lints.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -454,12 +454,12 @@ Before submitting your PR make sure you followed all of the basic requirements:
454454

455455
<!-- Sync this with `.github/PULL_REQUEST_TEMPLATE` -->
456456

457-
- [ ] Followed [lint naming conventions][lint_naming]
458-
- [ ] Added passing UI tests (including committed `.stderr` file)
459-
- [ ] `cargo test` passes locally
460-
- [ ] Executed `cargo dev update_lints`
461-
- [ ] Added lint documentation
462-
- [ ] Run `cargo dev fmt`
457+
- \[ ] Followed [lint naming conventions][lint_naming]
458+
- \[ ] Added passing UI tests (including committed `.stderr` file)
459+
- \[ ] `cargo test` passes locally
460+
- \[ ] Executed `cargo dev update_lints`
461+
- \[ ] Added lint documentation
462+
- \[ ] Run `cargo dev fmt`
463463

464464
## Cheatsheet
465465

0 commit comments

Comments
 (0)