IIssuesParametersInputFiles.

AddMarkdownlintCliJsonLogFile(FilePath) Method

Summary

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

Syntax

void AddMarkdownlintCliJsonLogFile(FilePath logfilePath)

Parameters

Name Type Description
logfilePath FilePath Path to the markdownlint-cli log file.

Return Value

Type Description
void
GitHub