Sorry for the late reply. Thank You for your response. I was looking for how to scan the code with stylecopcli based on pull requests. Thanks, Vishnu Devisetty On Mon, Jan 13, 2020 at 4:33 PM Bernard Badjari bbadjari@users.sourceforge.net wrote: Hi Vishnu. This is expected behaviour. An exit code of '2' indicates that code violations were found. See this excerpt from the ExitCode enumeration: /// <summary> /// Application encountered violations during analysis. /// </summary> ViolationsFound = 2...
Hi Vishnu. This is expected behaviour. An exit code of '2' indicates that code violations were found. See this excerpt from the ExitCode enumeration: /// <summary> /// Application encountered violations during analysis. /// </summary> ViolationsFound = 2 Also, this project has moved to GitHub: https://github.com/bbadjari/stylecopcli
I was trying to scan the specific files in Azure DevOps using Stylecopcli. It is throwing an error even after generating the report. Thanks, Vishnu Devisetty.