Summary
Initializes a new instance of the
EsLintIssuesSettings
class
for reading a log file on disk.
- Assembly
- Cake
.Issues .EsLint .dll - Namespace
- Cake
.Issues .EsLint - Containing Type
- EsLintIssuesSettings
Syntax
public EsLintIssuesSettings(FilePath logFilePath, BaseEsLintLogFileFormat format)
Parameters
Name | Type | Description |
---|---|---|
logFilePath | FilePath | Path to the the ESLint log file. The log file needs to be in the format as defined by the format parameter. |
format | Base |
Format of the provided ESLint log file. |
Return Value
Type | Description |
---|---|
void |