IIssuesParametersInputFiles.

AddMarkdownlintCliJsonLogFile(FilePath, IReadIssuesSettings) Method

Summary

Adds a path to a markdownlint-cli log file created with --json.

Syntax

void AddMarkdownlintCliJsonLogFile(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
GitHub