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