summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:57:31 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:57:31 +0000
commitdc0db358abe19481e475e10c32149b53370f1a1c (patch)
treeab8ce99c4b255ce46f99ef402c27916055b899ee /src/tools/clippy/.github/ISSUE_TEMPLATE
parentReleasing progress-linux version 1.71.1+dfsg1-2~progress7.99u1. (diff)
downloadrustc-dc0db358abe19481e475e10c32149b53370f1a1c.tar.xz
rustc-dc0db358abe19481e475e10c32149b53370f1a1c.zip
Merging upstream version 1.72.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/tools/clippy/.github/ISSUE_TEMPLATE')
-rw-r--r--src/tools/clippy/.github/ISSUE_TEMPLATE/new_lint.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/tools/clippy/.github/ISSUE_TEMPLATE/new_lint.yml b/src/tools/clippy/.github/ISSUE_TEMPLATE/new_lint.yml
index 0b43d8d70..b49493edc 100644
--- a/src/tools/clippy/.github/ISSUE_TEMPLATE/new_lint.yml
+++ b/src/tools/clippy/.github/ISSUE_TEMPLATE/new_lint.yml
@@ -12,29 +12,6 @@ body:
description: What does this lint do?
validations:
required: true
- - type: input
- id: lint-name
- attributes:
- label: Lint Name
- description: Please provide the lint name.
- - type: dropdown
- id: category
- attributes:
- label: Category
- description: >
- What category should this lint go into? If you're unsure you can select
- multiple categories. You can find a category description in the
- `README`.
- multiple: true
- options:
- - correctness
- - suspicious
- - style
- - complexity
- - perf
- - pedantic
- - restriction
- - cargo
- type: textarea
id: advantage
attributes: