mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
More codeclimate excludes (#1433)
* more codeclimate excludes * increase similar-code & identical-code thresholds
This commit is contained in:
parent
f0b22ee8e4
commit
9027fc1307
@ -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/'
|
||||
|
Loading…
Reference in New Issue
Block a user