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
Returns a new instance of the
MarkdownlintNodeJsRunnerSettings class for linting a directory with files.
- Assembly
- Cake
.Markdownlint .dll - Namespace
- Cake
.Markdownlint .NodeJs - Containing Type
- Markdownlint
Node Js Runner Settings
Syntax
public static MarkdownlintNodeJsRunnerSettings ForDirectory(DirectoryPath directory)
Parameters
| Name | Type | Description |
|---|---|---|
| directory | DirectoryPath | Path to the directory containing the files to lint. |
Return Value
| Type | Description |
|---|---|
| Markdownlint |
Instance of the MarkdownlintNodeJsRunnerSettings class. |
