From 698f8c2f01ea549d77d7dc3338a12e04c11057b9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:02:58 +0200 Subject: Adding upstream version 1.64.0+dfsg1. Signed-off-by: Daniel Baumann --- .../clippy/.github/ISSUE_TEMPLATE/blank_issue.yml | 44 ++++ .../clippy/.github/ISSUE_TEMPLATE/bug_report.yml | 57 +++++ src/tools/clippy/.github/ISSUE_TEMPLATE/config.yml | 5 + .../.github/ISSUE_TEMPLATE/false_negative.yml | 50 ++++ .../.github/ISSUE_TEMPLATE/false_positive.yml | 68 +++++ src/tools/clippy/.github/ISSUE_TEMPLATE/ice.yml | 48 ++++ .../clippy/.github/ISSUE_TEMPLATE/new_lint.yml | 71 ++++++ src/tools/clippy/.github/PULL_REQUEST_TEMPLATE.md | 39 +++ src/tools/clippy/.github/deploy.sh | 67 +++++ src/tools/clippy/.github/driver.sh | 39 +++ src/tools/clippy/.github/workflows/clippy.yml | 76 ++++++ src/tools/clippy/.github/workflows/clippy_bors.yml | 281 +++++++++++++++++++++ src/tools/clippy/.github/workflows/clippy_dev.yml | 70 +++++ src/tools/clippy/.github/workflows/deploy.yml | 64 +++++ src/tools/clippy/.github/workflows/remark.yml | 66 +++++ 15 files changed, 1045 insertions(+) create mode 100644 src/tools/clippy/.github/ISSUE_TEMPLATE/blank_issue.yml create mode 100644 src/tools/clippy/.github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 src/tools/clippy/.github/ISSUE_TEMPLATE/config.yml create mode 100644 src/tools/clippy/.github/ISSUE_TEMPLATE/false_negative.yml create mode 100644 src/tools/clippy/.github/ISSUE_TEMPLATE/false_positive.yml create mode 100644 src/tools/clippy/.github/ISSUE_TEMPLATE/ice.yml create mode 100644 src/tools/clippy/.github/ISSUE_TEMPLATE/new_lint.yml create mode 100644 src/tools/clippy/.github/PULL_REQUEST_TEMPLATE.md create mode 100644 src/tools/clippy/.github/deploy.sh create mode 100644 src/tools/clippy/.github/driver.sh create mode 100644 src/tools/clippy/.github/workflows/clippy.yml create mode 100644 src/tools/clippy/.github/workflows/clippy_bors.yml create mode 100644 src/tools/clippy/.github/workflows/clippy_dev.yml create mode 100644 src/tools/clippy/.github/workflows/deploy.yml create mode 100644 src/tools/clippy/.github/workflows/remark.yml (limited to 'src/tools/clippy/.github') diff --git a/src/tools/clippy/.github/ISSUE_TEMPLATE/blank_issue.yml b/src/tools/clippy/.github/ISSUE_TEMPLATE/blank_issue.yml new file mode 100644 index 000000000..89884bfc8 --- /dev/null +++ b/src/tools/clippy/.github/ISSUE_TEMPLATE/blank_issue.yml @@ -0,0 +1,44 @@ +name: Blank Issue +description: Create a blank issue. +body: + - type: markdown + attributes: + value: Thank you for filing an issue! + - type: textarea + id: problem + attributes: + label: Description + description: > + Please provide a description of the issue, along with any information + you feel relevant to replicate it. + validations: + required: true + - type: textarea + id: version + attributes: + label: Version + description: "Rust version (`rustc -Vv`)" + placeholder: | + rustc 1.46.0-nightly (f455e46ea 2020-06-20) + binary: rustc + commit-hash: f455e46eae1a227d735091091144601b467e1565 + commit-date: 2020-06-20 + host: x86_64-unknown-linux-gnu + release: 1.46.0-nightly + LLVM version: 10.0 + render: text + - type: textarea + id: labels + attributes: + label: Additional Labels + description: > + Additional labels can be added to this issue by including the following + command + placeholder: | + @rustbot label +