From e53bf8a3748bcb28571ce4ad36c8392a8caeaf0d Mon Sep 17 00:00:00 2001
From: Octol1ttle <l1ttleofficial@outlook.com>
Date: Fri, 30 Jun 2023 22:04:15 +0500
Subject: [PATCH] Fix CI to ignore possibilities of converting 'if' to 'switch'

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
---
 .github/workflows/resharper.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/resharper.yml b/.github/workflows/resharper.yml
index 7f2c33e..82b2562 100644
--- a/.github/workflows/resharper.yml
+++ b/.github/workflows/resharper.yml
@@ -29,5 +29,5 @@ jobs:
       uses: muno92/resharper_inspectcode@1.7.1
       with:
         solutionPath: ./Boyfriend.sln
-        ignoreIssueType: InvertIf,ConvertIfStatementToReturnStatement
+        ignoreIssueType: InvertIf, ConvertIfStatementToReturnStatement, ConvertIfStatementToSwitchStatement
         solutionWideAnalysis: true