From 212f07711dffdd1378e1059ec572fa08a78925c2 Mon Sep 17 00:00:00 2001 From: Muhsin Keloth Date: Wed, 11 Jun 2025 15:21:19 +0530 Subject: [PATCH] Update .codeclimate.yml --- .codeclimate.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 81974c4f2..ab41af6b0 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -66,4 +66,5 @@ exclude_patterns: - 'app/javascript/dashboard/helper/specs/macrosFixtures.js' - 'app/javascript/dashboard/routes/dashboard/settings/macros/constants.js' - '**/fixtures/**' - - '**/*/fixtures.js' \ No newline at end of file + - '**/*/fixtures.js' + \ No newline at end of file