mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-19 16:33:36 +03:00
Fix CI to ignore possibilities of converting 'if' to 'switch'
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
4595638cdb
commit
e53bf8a374
1 changed files with 1 additions and 1 deletions
2
.github/workflows/resharper.yml
vendored
2
.github/workflows/resharper.yml
vendored
|
@ -29,5 +29,5 @@ jobs:
|
|||
uses: muno92/resharper_inspectcode@1.7.1
|
||||
with:
|
||||
solutionPath: ./Boyfriend.sln
|
||||
ignoreIssueType: InvertIf,ConvertIfStatementToReturnStatement
|
||||
ignoreIssueType: InvertIf, ConvertIfStatementToReturnStatement, ConvertIfStatementToSwitchStatement
|
||||
solutionWideAnalysis: true
|
||||
|
|
Loading…
Add table
Reference in a new issue