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.Markdownlint.
Summary
Initializes a new instance of the
MarkdownlintIssuesSettings class
for reading a log file on disk.
- Assembly
- Cake
.Issues .Markdownlint .dll - Namespace
- Cake
.Issues .Markdownlint - Containing Type
- Markdownlint
Issues Settings
Syntax
public MarkdownlintIssuesSettings(FilePath logFilePath, BaseMarkdownlintLogFileFormat format)
Parameters
| Name | Type | Description |
|---|---|---|
| logFilePath | FilePath | Path to the log file. The log file needs to be in the format as defined by the format parameter. |
| format | Base |
Format of the provided log file. |
Return Value
| Type | Description |
|---|---|
| void |
