Summary
Initializes a new instance of the
EsLintIssuesProvider
class.
- Assembly
- Cake
.Issues .EsLint .dll - Namespace
- Cake
.Issues .EsLint - Containing Type
- EsLintIssuesProvider
Syntax
public EsLintIssuesProvider(ICakeLog log, EsLintIssuesSettings settings)
Parameters
Name | Type | Description |
---|---|---|
log | ICakeLog | The Cake log context. |
settings | EsLintIssuesSettings | Settings for reading the log file. |
Return Value
Type | Description |
---|---|
void |