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:
parent
0580330b3a
commit
dfac6280a4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-pr.yml
vendored
2
.github/workflows/build-pr.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue