Skip to content

Commit 5b11f93

Browse files
author
bbadjari
committed
Added application exit codes to documentation.
1 parent ce2c328 commit 5b11f93

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

Documentation/Readme.mkd

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
135158
Releases
136159
--------
137160

0 commit comments

Comments
 (0)