This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Markdownlint.
Summary
Runs Node.js markdownlint-cli for a directory with default settings.
Syntax
public static void RunMarkdownlintNodeJsForDirectory(this ICakeContext context, DirectoryPath directory)
Examples
RunMarkdownlintNodeJsForDirectory(@"c:\foo");
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
CakeNamespaceImportAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
directory |
DirectoryPath |
Path to the directory containing the files to lint. |
Return Value