Skip to content

Commit

Permalink
fixup adjust codeclimate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rangoo94 committed Oct 17, 2023
1 parent 7792351 commit e329c01
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,16 @@ version: '2'
checks:
method-complexity:
config:
threshold: 8
threshold: 13
method-lines:
config:
threshold: 100
method-count:
config:
threshold: 25
similar-code:
config:
threshold: 20
threshold: 45
identical-code:
config:
threshold: 15
threshold: 25

plugins:
nodesecurity:
Expand All @@ -38,6 +35,8 @@ exclude_patterns:
- '**/dist/'
- '**/build/'
- '**/coverage/'
- '**/playwright-report/'
- 'packages/e2e-tests/'
- '**/spec/'
- '**/*.d.ts'
- '**/*.spec.ts'
Expand Down

0 comments on commit e329c01

Please sign in to comment.