Skip to content

Commit

Permalink
chore: add .codeclimate.yml configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
valerymelou committed May 10, 2024
1 parent b733323 commit 1421968
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1421968

Please sign in to comment.