From 199c39b89d67611eb33a31bce82ad4dc68394d83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20V=C3=A4limaa?= Date: Fri, 14 Feb 2025 16:53:34 +0800 Subject: [PATCH] chore: update ignore list for license check --- .github/ISSUE_TEMPLATE.md | 16 ---------------- melos.yaml | 4 ++++ 2 files changed, 4 insertions(+), 16 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 3c52212f..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,16 +0,0 @@ -## Expected Behavior - - -## Actual Behavior - - -## Steps to Reproduce the Problem - -1. -1. -1. - -## Specifications - -- Version: -- Platform: \ No newline at end of file diff --git a/melos.yaml b/melos.yaml index b7c9b576..3f50c12b 100644 --- a/melos.yaml +++ b/melos.yaml @@ -178,6 +178,8 @@ scripts: --ignore "**/GeneratedPluginRegistrant.*" \ --ignore "**/flutter_export_environment.sh" \ --ignore "**/FlutterGeneratedPluginSwiftPackage/**" \ + --ignore ".github/PULL_REQUEST_TEMPLATE.md" \ + --ignore ".github/ISSUE_TEMPLATE/**" \ . description: Add a license header to all necessary files. @@ -195,5 +197,7 @@ scripts: --ignore "**/GeneratedPluginRegistrant.*" \ --ignore "**/flutter_export_environment.sh" \ --ignore "**/FlutterGeneratedPluginSwiftPackage/**" \ + --ignore ".github/PULL_REQUEST_TEMPLATE.md" \ + --ignore ".github/ISSUE_TEMPLATE/**" \ . description: Add a license header to all necessary files.