From 0568387e4f6fab3b935c7b7dd685ce38aff01a8c Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 8 Jun 2025 13:27:49 -0700 Subject: [PATCH] More lint fixes --- .github/workflows/linter.yml | 2 ++ .jscpd.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 36cffbe..9c792f7 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -20,6 +20,8 @@ on: permissions: contents: read + statuses: write + checks: write ############### # Set the Job # diff --git a/.jscpd.json b/.jscpd.json index 4a9eb29..e6b45d4 100644 --- a/.jscpd.json +++ b/.jscpd.json @@ -1,5 +1,5 @@ { - "threshold": 1, + "threshold": 0.5, "ignore": ["spec/**"], "reporters": ["threshold"] }