IIssuesParametersInputFiles.

AddMarkdownlintV1LogFile(FilePath, IReadIssuesSettings) Method

Summary

Adds a path to a markdownlint log file in version 1.

Syntax

void AddMarkdownlintV1LogFile(FilePath logfilePath, IReadIssuesSettings settings)

Parameters

Name Type Description
logfilePath FilePath Path to the markdownlint log file.
settings IReadIssuesSettings Settings for reading the log file. Null for default values.

Return Value

Type Description
void
GitHub