Update .codeclimate.yml

This commit is contained in:
Muhsin Keloth
2025-06-11 15:21:06 +05:30
parent 9d86792468
commit e6012d7e86
+8 -1
View File
@@ -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'