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
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 |