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.
Hi Vishnu.
This is expected behaviour. An exit code of '2' indicates that code violations were found. See this excerpt from the ExitCode enumeration:
ExitCode
/// <summary> /// Application encountered violations during analysis. /// </summary> ViolationsFound = 2
Also, this project has moved to GitHub: https://github.com/bbadjari/stylecopcli
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: /// /// Application encountered violations during analysis. /// ViolationsFound = 2 Also, this project has moved to GitHub: https://github.com/bbadjari/stylecopcli stylecopcli error in Azure DevOps https://sourceforge.net/p/stylecopcli/discussion/1119685/thread/f4bf517374/?limit=25#f99b Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/stylecopcli/discussion/1119685/ To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
///
stylecopcli error in Azure DevOps https://sourceforge.net/p/stylecopcli/discussion/1119685/thread/f4bf517374/?limit=25#f99b
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/stylecopcli/discussion/1119685/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
Log in to post a comment.
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.
Hi Vishnu.
This is expected behaviour. An exit code of '2' indicates that code violations were found. See this excerpt from the
ExitCodeenumeration:Also, this project has moved to GitHub: https://github.com/bbadjari/stylecopcli
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: