MarkdownlintIssuesAliases.

MarkdownlintCliLogFileFormat(ICakeContext) Method

Summary

Gets an instance for the log format as written by markdownlint-cli.

Syntax

public static BaseMarkdownlintLogFileFormat MarkdownlintCliLogFileFormat(this ICakeContext context)

Attributes

Type Description
CakePropertyAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The context.

Return Value

Type Description
BaseMarkdownlintLogFileFormat Instance for the Markdownlint log format.
GitHub