From cd18d6cc83abc8e9332e62cc965e5608b5781f2e Mon Sep 17 00:00:00 2001 From: Octol1ttle Date: Thu, 20 Jul 2023 12:00:05 +0500 Subject: [PATCH] forgor Signed-off-by: Octol1ttle --- .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 b0ec1a3..29302aa 100644 --- a/.github/workflows/resharper.yml +++ b/.github/workflows/resharper.yml @@ -31,5 +31,5 @@ jobs: uses: muno92/resharper_inspectcode@1.7.1 with: solutionPath: ./Boyfriend.sln - ignoreIssueType: InvertIf, ConvertIfStatementToReturnStatement, ConvertIfStatementToSwitchStatement + ignoreIssueType: InvertIf, ConvertIfStatementToSwitchStatement solutionWideAnalysis: true