From 77e3bccb2b46ea4a12fc8a941092e59c444be0d3 Mon Sep 17 00:00:00 2001 From: Mohammed Hussain <56958445+hussainmohd-a@users.noreply.github.com> Date: Thu, 22 Feb 2024 23:49:54 +0530 Subject: [PATCH] Delete .github/workflows/detekt-config.yml --- .github/workflows/detekt-config.yml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .github/workflows/detekt-config.yml diff --git a/.github/workflows/detekt-config.yml b/.github/workflows/detekt-config.yml deleted file mode 100644 index aadf4a0dc..000000000 --- a/.github/workflows/detekt-config.yml +++ /dev/null @@ -1,6 +0,0 @@ -complexity: - MaxLineLength: - active: false - TooManyFunctions: - active: false -