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 single file.
- Assembly
- Cake
.Markdownlint .dll - Namespace
- Cake
.Markdownlint .NodeJs - Containing Type
- Markdownlint
Node Js Runner Settings
Syntax
public static MarkdownlintNodeJsRunnerSettings ForFile(FilePath file)
Parameters
Name | Type | Description |
---|---|---|
file | FilePath | Path to the file to lint. |
Return Value
Type | Description |
---|---|
Markdownlint |
Instance of the MarkdownlintNodeJsRunnerSettings class. |