File tree 2 files changed +12
-12
lines changed
2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ your PR is merged.
12
12
If you added a new lint, here's a checklist for things that will be
13
13
checked during review or continuous integration.
14
14
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 `
21
21
22
22
[ lint_naming ] : https://rust-lang.github.io/rfcs/0344-conventions-galore.html#lints
23
23
Original file line number Diff line number Diff line change @@ -454,12 +454,12 @@ Before submitting your PR make sure you followed all of the basic requirements:
454
454
455
455
<!-- Sync this with `.github/PULL_REQUEST_TEMPLATE` -->
456
456
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 `
463
463
464
464
## Cheatsheet
465
465
You can’t perform that action at this time.
0 commit comments