From dfac6280a45a6954df56b2e8e3672c7f2504320c Mon Sep 17 00:00:00 2001 From: Macintxsh II <95250141+mctaylors@users.noreply.github.com> Date: Mon, 4 Dec 2023 18:01:27 +0300 Subject: [PATCH] Ignore ConvertToPrimaryConstructor Signed-off-by: Macintxsh II <95250141+mctaylors@users.noreply.github.com> --- .github/workflows/build-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index c08fa4d..e71a955 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -26,6 +26,6 @@ jobs: uses: muno92/resharper_inspectcode@1.11.0 with: solutionPath: ./Octobot.sln - ignoreIssueType: InvertIf, ConvertIfStatementToSwitchStatement + ignoreIssueType: InvertIf, ConvertIfStatementToSwitchStatement, ConvertToPrimaryConstructor extensions: ReSharperPlugin.CognitiveComplexity solutionWideAnalysis: true