1
0
Fork 1
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:
Octol1ttle 2023-06-30 22:04:15 +05:00
parent 4595638cdb
commit e53bf8a374
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF

View file

@ -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