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"] }