mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-20 00:43:36 +03:00
Merge remote-tracking branch 'origin/net8.0' into net8.0
This commit is contained in:
commit
62d2d05534
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
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue