File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,29 @@ Analyze multiple Visual Studio solution files:
132132
133133 StyleCopCLI -sln Calculator.sln C:\Projects\ImageEditor.sln
134134
135+ ### Exit Codes ###
136+
137+ StyleCop CLI returns an integer representing the application exit code to the calling process upon termination:
138+
139+ <table cellpadding =" 5 " >
140+ <tr align =" left " >
141+ <th>Code</th>
142+ <th>Description</th>
143+ </tr >
144+ <tr >
145+ <td>0</td>
146+ <td>Application executed successfully.</td>
147+ </tr >
148+ <tr >
149+ <td>1</td>
150+ <td>Application encountered an error during execution.</td>
151+ </tr >
152+ <tr >
153+ <td>2</td>
154+ <td>Application encountered violations during analysis.</td>
155+ </tr >
156+ </table >
157+
135158Releases
136159--------
137160
You can’t perform that action at this time.
0 commit comments