File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ checked during review or continuous integration.
18
18
- [ ] `cargo test` passes locally
19
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,6 +368,8 @@ 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
You can’t perform that action at this time.
0 commit comments