Summary
Initializes a new instance of the
EsLintIssuesSettings class.
- Assembly
- Cake
.Prca .Issues .EsLint .dll - Namespace
- Cake
.Prca .Issues .EsLint - Containing Type
- EsLintIssuesSettings
Syntax
protected EsLintIssuesSettings(FilePath logFilePath, ILogFileFormat 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 | ILogFileFormat | Format of the provided ESLint log file. |
Return Value
| Type | Description |
|---|---|
| void |