Skip to content

Commit

Permalink
More codeclimate excludes (#1433)
Browse files Browse the repository at this point in the history
* more codeclimate excludes

* increase similar-code & identical-code thresholds
  • Loading branch information
kremalicious authored May 23, 2022
1 parent f0b22ee commit 9027fc1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
Expand All @@ -40,5 +40,9 @@ exclude_patterns:
- '**/vendor/'
- '**/*_test.go'
- '**/*.d.ts'
- '**/@types/'
- '**/_types.*'
- '**/*.stories.tsx'
- '**/*.test.tsx'
- '.storybook/'
- '.jest/'

0 comments on commit 9027fc1

Please sign in to comment.