Update .codeclimate.yml
This commit is contained in:
+8
-1
@@ -18,6 +18,8 @@ checks:
|
||||
enabled: true
|
||||
config:
|
||||
threshold: 32
|
||||
exclude_paths:
|
||||
- 'app/javascript/dashboard/composables/'
|
||||
file-lines:
|
||||
enabled: true
|
||||
config:
|
||||
@@ -25,6 +27,11 @@ checks:
|
||||
method-lines:
|
||||
config:
|
||||
threshold: 50
|
||||
exclude_paths:
|
||||
- 'app/javascript/dashboard/composables/'
|
||||
cognitive-complexity:
|
||||
exclude_paths:
|
||||
- 'app/javascript/dashboard/composables/'
|
||||
exclude_patterns:
|
||||
- 'spec/'
|
||||
- '**/specs/**/**'
|
||||
@@ -59,4 +66,4 @@ exclude_patterns:
|
||||
- 'app/javascript/dashboard/helper/specs/macrosFixtures.js'
|
||||
- 'app/javascript/dashboard/routes/dashboard/settings/macros/constants.js'
|
||||
- '**/fixtures/**'
|
||||
- '**/*/fixtures.js'
|
||||
- '**/*/fixtures.js'
|
||||
Reference in New Issue
Block a user