We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rule-proposal.md
1 parent 6a2131c commit e827a23Copy full SHA for e827a23
.github/ISSUE_TEMPLATE/rule-proposal.md
@@ -16,10 +16,10 @@ about: Suggest an idea for a new rule
16
**What category should the rule belong to?**
17
<!-- (place an "X" next to just one item) -->
18
19
-[ ] Enforces code style (layout)
20
-[ ] Warns about a potential error (problem)
21
-[ ] Suggests an alternate way of doing something (suggestion)
22
-[ ] Other (please specify:)
+- [ ] Enforces code style (layout)
+- [ ] Warns about a potential error (problem)
+- [ ] Suggests an alternate way of doing something (suggestion)
+- [ ] Other (please specify:)
23
24
**Provide 2-3 code examples that this rule should warn about:**
25
0 commit comments