File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,11 @@ checked during review or continuous integration.
16
16
- [ ] Followed [lint naming conventions][lint_naming]
17
17
- [ ] Added passing UI tests (including committed `.stderr` file)
18
18
- [ ] `cargo test` passes locally
19
- - [ ] Executed `util/dev update_lints`
19
+ - [ ] Executed `./ util/dev update_lints`
20
20
- [ ] Added lint documentation
21
- - [ ] Run `cargo fmt`
21
+ - [ ] Run `./util/dev fmt`
22
+
23
+ [lint_naming]: https://rust-lang.github.io/rfcs/0344-conventions-galore.html#lints
22
24
23
25
Note that you can skip the above if you are just opening a WIP PR in
24
26
order to get feedback.
Original file line number Diff line number Diff line change @@ -368,10 +368,12 @@ output in the `stdout` part.
368
368
369
369
Before submitting your PR make sure you followed all of the basic requirements:
370
370
371
+ <!-- Sync this with `.github/PULL_REQUEST_TEMPLATE` -->
372
+
371
373
- [ ] Followed [ lint naming conventions] [ lint_naming ]
372
374
- [ ] Added passing UI tests (including committed ` .stderr ` file)
373
375
- [ ] ` cargo test ` passes locally
374
- - [ ] Executed ` util/dev update_lints `
376
+ - [ ] Executed ` ./ util/dev update_lints`
375
377
- [ ] Added lint documentation
376
378
- [ ] Run ` ./util/dev fmt `
377
379
You can’t perform that action at this time.
0 commit comments