More codeclimate excludes (#1433)

* more codeclimate excludes

* increase similar-code & identical-code thresholds
This commit is contained in:
Matthias Kretschmann 2022-05-23 12:25:03 +01:00 committed by GitHub
parent f0b22ee8e4
commit 9027fc1307
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -21,10 +21,10 @@ checks:
# https://docs.codeclimate.com/docs/default-analysis-configuration#per-language-mass-threshold-defaults
similar-code:
config:
threshold: 50
threshold: 55
identical-code:
config:
threshold: 50
threshold: 55
exclude_patterns:
- 'config/'
@ -40,5 +40,9 @@ exclude_patterns:
- '**/vendor/'
- '**/*_test.go'
- '**/*.d.ts'
- '**/@types/'
- '**/_types.*'
- '**/*.stories.tsx'
- '**/*.test.tsx'
- '.storybook/'
- '.jest/'