From 4dee2fc5b4458746c7f4e0dc773848c202c6cfbc Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Thu, 28 Jan 2021 20:03:32 -0600 Subject: [PATCH] maint/dev ~ (QA) add Codacy configuration --- .codacy.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .codacy.yml diff --git a/.codacy.yml b/.codacy.yml new file mode 100644 index 0000000..51db210 --- /dev/null +++ b/.codacy.yml @@ -0,0 +1,14 @@ +--- +engines: + duplication: + exclude_paths: + - 'eg/**' + - 'tests/**' + - '**.spec.js' + - '**.spec.ts' + - '**.test.js' + - '**.test.ts' +exclude_paths: + - '.changelog/**' + - 'CHANGELOG.mkd' + - 'dist/**'