Summary
Adds a path to a markdownlint-cli log file.
- Assembly
- Cake
.Frosting .Issues .Recipe .dll - Namespace
- Cake
.Frosting .Issues .Recipe - Containing Type
- I
Issues Parameters Input Files
Syntax
void AddMarkdownlintCliLogFile(FilePath logfilePath, IReadIssuesSettings settings)
Parameters
Name | Type | Description |
---|---|---|
logfilePath | FilePath | Path to the markdownlint-cli log file. |
settings | IReadIssuesSettings | Settings for reading the log file. Null for default values. |
Return Value
Type | Description |
---|---|
void |