Update .codeclimate.yml

This commit is contained in:
Muhsin Keloth
2025-06-11 17:19:51 +05:30
parent b04ae3e251
commit 8544c87cfd
+6
View File
@@ -20,6 +20,8 @@ checks:
threshold: 32
exclude_paths:
- 'app/javascript/dashboard/composables/'
- 'app/javascript/dashboard/composables/**'
- 'app/javascript/dashboard/composables/*.js'
file-lines:
enabled: true
config:
@@ -30,12 +32,16 @@ checks:
threshold: 50
exclude_paths:
- 'app/javascript/dashboard/composables/'
- 'app/javascript/dashboard/composables/**'
- 'app/javascript/dashboard/composables/*.js'
cognitive-complexity:
enabled: true
config:
threshold: 5
exclude_paths:
- 'app/javascript/dashboard/composables/'
- 'app/javascript/dashboard/composables/**'
- 'app/javascript/dashboard/composables/*.js'
exclude_patterns:
- 'spec/'
- '**/specs/**/**'