From 156a4adc91795690a44d2345ff9702c104df565a Mon Sep 17 00:00:00 2001 From: Garrett Dawson Date: Sat, 17 Aug 2024 10:53:48 -0600 Subject: [PATCH 1/3] fix: revise how deno task check:types is performed --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 217f5823..a494f23e 100644 --- a/deno.json +++ b/deno.json @@ -10,7 +10,7 @@ "start": "deno run --unstable-kv -A --watch=static/,routes/ --env dev.ts", "test": "DENO_KV_PATH=:memory: deno test -A --parallel --unstable-kv --coverage", "check:license": "deno run --allow-read --allow-write tasks/check_license.ts", - "check:types": "deno check **/*.ts && deno check **/*.tsx", + "check:types": "deno check main.ts && deno check dev.ts", "ok": "deno fmt --check && deno lint && deno task check:license --check && deno task check:types && deno task test", "cov:gen": "deno coverage coverage --lcov --exclude='.tsx' --output=cov.lcov", "update": "deno run -A -r https://fresh.deno.dev/update .", From e377e94e924a329c2ffc1992905a41f6ac8dd6b9 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Wed, 28 Aug 2024 15:27:36 +1000 Subject: [PATCH 2/3] tweak --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index a494f23e..dad683a8 100644 --- a/deno.json +++ b/deno.json @@ -10,7 +10,7 @@ "start": "deno run --unstable-kv -A --watch=static/,routes/ --env dev.ts", "test": "DENO_KV_PATH=:memory: deno test -A --parallel --unstable-kv --coverage", "check:license": "deno run --allow-read --allow-write tasks/check_license.ts", - "check:types": "deno check main.ts && deno check dev.ts", + "check:types": "deno check main.ts && deno check dev.ts && deno check tasks/*.ts", "ok": "deno fmt --check && deno lint && deno task check:license --check && deno task check:types && deno task test", "cov:gen": "deno coverage coverage --lcov --exclude='.tsx' --output=cov.lcov", "update": "deno run -A -r https://fresh.deno.dev/update .", From 1833b51720ac02e106bfa65699fec124682c93c6 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Wed, 28 Aug 2024 15:28:40 +1000 Subject: [PATCH 3/3] fmt --- .github/ISSUE_TEMPLATE/bug_report.md | 1 - .github/ISSUE_TEMPLATE/feature_request.md | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3e767387..90361bc5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,7 +4,6 @@ about: Create a report to help us improve title: Bug report labels: bug assignees: '' - --- **Describe the bug** A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 4f4cfb0d..08b8df6a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,7 +4,6 @@ about: Suggest an idea or voice a concern title: 'Feature request: ' labels: enhancement assignees: '' - --- **Is your feature request related to a problem? Please describe.** A clear and