From e6012d7e8689796e07cc8aca0e518252aaa561bf Mon Sep 17 00:00:00 2001 From: Muhsin Keloth Date: Wed, 11 Jun 2025 15:21:06 +0530 Subject: [PATCH] Update .codeclimate.yml --- .codeclimate.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index c68251f32..81974c4f2 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -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' \ No newline at end of file