From 20895312b694683d400767ed471758c33a2f3709 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 16 Jan 2022 22:26:05 +0100 Subject: [PATCH] Create .jscpd.json --- .github/linters/.jscpd.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/linters/.jscpd.json diff --git a/.github/linters/.jscpd.json b/.github/linters/.jscpd.json new file mode 100644 index 000000000..7de01f921 --- /dev/null +++ b/.github/linters/.jscpd.json @@ -0,0 +1,21 @@ +{ + "threshold": 0, + "reporters": [ + "html", + "markdown" + ], + "ignore": [ + "**/node_modules/**", + "**/.git/**", + "**/.rbenv/**", + "**/.venv/**", + "**/report/**", + "**/*cache*/**", + "**/*.json", + "**/*.yaml", + "**/*.yml", + "**/*.md", + "**/*.html", + "**/*.xml" + ] +}