ESLintSettings.

ContinueOnErrors Property

Summary

Gets or sets a value indicating whether to continue on lint errors.

The default is to throw a CakeException if the tool returns a non-zero exit code. If ContinueOnErrors is set to true a warning will be written to the log file but no exception will be thrown, for exit code 1 (see exit-codes in the docs).

Assembly
Cake.ESLint.dll
Namespace
Cake.ESLint
Containing Type
ESLintSettings

Syntax

public bool ContinueOnErrors { get; set; }

Value

Type Description
bool