From 1421968d1d4870e836f41cb24b18e19001536df9 Mon Sep 17 00:00:00 2001 From: Valery Melou Date: Fri, 10 May 2024 20:45:39 +0100 Subject: [PATCH] chore: add .codeclimate.yml configuration file --- .codeclimate.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..b3aa78a --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,13 @@ +version: '2' +exclude_patterns: + - '**/*.spec.ts' + - '**/jest.config.ts' + - '**/test-setup.ts' + - '**/tests/*.py' +checks: + similar-code: + config: + threshold: 100 + identical-code: + config: + threshold: 100