From 1824f8b62d3843b1024ff61cf813681ee2a0f5f1 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 30 Dec 2025 00:50:23 +1000 Subject: [PATCH] Increase JSCPD error threshold fixes #215 --- .github/linters/.jscpd.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/linters/.jscpd.json b/.github/linters/.jscpd.json index 72f0e13..bbb0aba 100644 --- a/.github/linters/.jscpd.json +++ b/.github/linters/.jscpd.json @@ -1,3 +1,3 @@ { - "threshold": 2 + "threshold": 2.5 }