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.Issues.EsLint.
Summary
Initializes a new instance of the
EsLintIssuesSettings class
for a log file content in memory.
- Assembly
- Cake
.Issues .EsLint .dll - Namespace
- Cake
.Issues .EsLint - Containing Type
- EsLintIssuesSettings
Syntax
public EsLintIssuesSettings(byte[] logFileContent, BaseEsLintLogFileFormat format)
Parameters
| Name | Type | Description |
|---|---|---|
| logFileContent | byte[] | Content of 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 |
