summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2023-01-31 16:00:24 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2023-01-31 16:00:24 +0100
commit368ed354434d874833e98c19241193a924152769 (patch)
treebef0e824e878f9bdc0a9b40f0813e66411739a69 /.github/workflows
parent5796d59085f7573f138fbbf732931a7c4cd9a429 (diff)
Disabled JSCPD for now
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/linter.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml
index 8b191a45..4ca06ec3 100644
--- a/.github/workflows/linter.yml
+++ b/.github/workflows/linter.yml
@@ -55,3 +55,5 @@ jobs:
# The QT localization files are .ts
VALIDATE_TYPESCRIPT_ES: false
VALIDATE_TYPESCRIPT_STANDARD: false
+ # Copy/Paste Detector disabled for now, should re-enable after refactoring
+ VALIDATE_JSCPD: false