From 172ec2ac52fa5968664abe4575e4a5458edf9d13 Mon Sep 17 00:00:00 2001 From: Octol1ttle Date: Thu, 20 Jul 2023 18:50:09 +0500 Subject: [PATCH] Use CognitiveComplexity plugin for CI checks Signed-off-by: Octol1ttle --- .github/workflows/resharper.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/resharper.yml b/.github/workflows/resharper.yml index f356672..5370568 100644 --- a/.github/workflows/resharper.yml +++ b/.github/workflows/resharper.yml @@ -32,4 +32,5 @@ jobs: with: solutionPath: ./Boyfriend.sln ignoreIssueType: InvertIf, ConvertIfStatementToSwitchStatement + extensions: ReSharperPlugin.CognitiveComplexity solutionWideAnalysis: true