We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e858695 commit de62139Copy full SHA for de62139
.github/ISSUE_TEMPLATE/new_lint.yml
@@ -12,29 +12,6 @@ body:
12
description: What does this lint do?
13
validations:
14
required: true
15
- - type: input
16
- id: lint-name
17
- attributes:
18
- label: Lint Name
19
- description: Please provide the lint name.
20
- - type: dropdown
21
- id: category
22
23
- label: Category
24
- description: >
25
- What category should this lint go into? If you're unsure you can select
26
- multiple categories. You can find a category description in the
27
- `README`.
28
- multiple: true
29
- options:
30
- - correctness
31
- - suspicious
32
- - style
33
- - complexity
34
- - perf
35
- - pedantic
36
- - restriction
37
- - cargo
38
- type: textarea
39
id: advantage
40
attributes:
0 commit comments