From fdbf8b52f340bdc1f115064d3dcafa330f3ac704 Mon Sep 17 00:00:00 2001 From: Muhsin Keloth Date: Wed, 11 Jun 2025 17:23:43 +0530 Subject: [PATCH] chore: revert codeclimate.yml --- .codeclimate.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index a5947c16a..62af6fcd7 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -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/**/**'