Activity for StyleCop CLI

  • vishnunandan vishnunandan posted a comment on discussion Open Discussion

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

  • Bernard Badjari Bernard Badjari posted a comment on discussion Open Discussion

    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

  • vishnunandan vishnunandan posted a comment on discussion Open Discussion

    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.

1
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.