MarkdownlintIssuesSettings.

FromFilePath(FilePath) Method

Summary

Returns a new instance of the MarkdownlintIssuesSettings class from a log file on disk.

Syntax

public static MarkdownlintIssuesSettings FromFilePath(FilePath logFilePath)

Parameters

Name Type Description
logFilePath FilePath Path to the Markdownlint log file.

Return Value

Type Description
MarkdownlintIssuesSettings Instance of the MarkdownlintIssuesSettings class.
GitHub