ESLintRunner.

ProcessExitCode(int) Method

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