We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc5117 commit 0fa52a3Copy full SHA for 0fa52a3
src/CodeFormatter/Program.cs
@@ -47,7 +47,7 @@ private static int Main(string[] args)
47
throw new Exception("Invalid enum value: " + options.Operation);
48
}
49
50
- return 0;
+ return exitCode;
51
52
53
private static void RunListRules()
0 commit comments