This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.ESLint.
Summary
Customized exit code handling.
Standard behavior is to fail when non zero.
- Assembly
- Cake
.ESLint .dll - Namespace
- Cake
.ESLint - Containing Type
- ESLintRunner
Syntax
protected override void ProcessExitCode(int exitCode)
Parameters
Name | Type | Description |
---|---|---|
exitCode | int | The process exit code. |
Return Value
Type | Description |
---|---|
void |