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