chore: revert codeclimate.yml

This commit is contained in:
Muhsin Keloth
2025-06-11 17:23:43 +05:30
parent 8544c87cfd
commit fdbf8b52f3
-17
View File
@@ -18,30 +18,13 @@ checks:
enabled: true
config:
threshold: 32
exclude_paths:
- 'app/javascript/dashboard/composables/'
- 'app/javascript/dashboard/composables/**'
- 'app/javascript/dashboard/composables/*.js'
file-lines:
enabled: true
config:
threshold: 300
method-lines:
enabled: true
config:
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/**/**'