Summary
Returns a new instance of the
MarkdownlintIssuesSettings class from a log file on disk.
- Assembly
- Cake
.Prca .Issues .Markdownlint .dll - Namespace
- Cake
.Prca .Issues .Markdownlint - Containing Type
- Markdownlint
Issues Settings
Syntax
public static MarkdownlintIssuesSettings FromFilePath(FilePath logFilePath)
Parameters
| Name | Type | Description |
|---|---|---|
| logFilePath | FilePath | Path to the Markdownlint log file. |
Return Value
| Type | Description |
|---|---|
| Markdownlint |
Instance of the MarkdownlintIssuesSettings class. |