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

Use CognitiveComplexity plugin for CI checks

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2023-07-20 18:50:09 +05:00
parent 0938f518f8
commit 172ec2ac52
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF

View file

@ -32,4 +32,5 @@ jobs:
with: with:
solutionPath: ./Boyfriend.sln solutionPath: ./Boyfriend.sln
ignoreIssueType: InvertIf, ConvertIfStatementToSwitchStatement ignoreIssueType: InvertIf, ConvertIfStatementToSwitchStatement
extensions: ReSharperPlugin.CognitiveComplexity
solutionWideAnalysis: true solutionWideAnalysis: true