about summary refs log tree commit diff
path: root/doc/adding_lints.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/adding_lints.md')
-rw-r--r--doc/adding_lints.md12
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