1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-19 16:33:36 +03:00

Ignore ConvertToPrimaryConstructor

Signed-off-by: Macintxsh II <95250141+mctaylors@users.noreply.github.com>
This commit is contained in:
Macintxsh 2023-12-04 18:01:27 +03:00 committed by GitHub
parent 0580330b3a
commit dfac6280a4
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,6 @@ jobs:
uses: muno92/resharper_inspectcode@1.11.0 uses: muno92/resharper_inspectcode@1.11.0
with: with:
solutionPath: ./Octobot.sln solutionPath: ./Octobot.sln
ignoreIssueType: InvertIf, ConvertIfStatementToSwitchStatement ignoreIssueType: InvertIf, ConvertIfStatementToSwitchStatement, ConvertToPrimaryConstructor
extensions: ReSharperPlugin.CognitiveComplexity extensions: ReSharperPlugin.CognitiveComplexity
solutionWideAnalysis: true solutionWideAnalysis: true