Summary
Contains functionality for reading issues from Markdownlint log files.
- Assembly
- Cake
.Issues .Markdownlint .dll - Namespace
- Cake
.Issues .Markdownlint - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["MarkdownlintIssuesAliases"]
class Type type-node
Syntax
public static class MarkdownlintIssuesAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
Markdownlint |
void |
Registers a new URL resolver with default priority of 0.
static
|
Markdownlint |
void |
Registers a new URL resolver with a specific priority.
static
|
Markdownlint |
Base |
Gets an instance for the log format as written by markdownlint-cli with
--json parameter.
static
|
Markdownlint |
Base |
Gets an instance for the log format as written by markdownlint-cli.
static
|
MarkdownlintIssues |
IIssueProvider |
Gets an instance of a provider for issues reported by Markdownlint using specified settings.
static
|
Markdownlint |
IIssueProvider |
Gets an instance of a provider for issues reported by Markdownlint using log file content.
static
|
Markdownlint |
IIssueProvider |
Gets an instance of a provider for issues reported by Markdownlint using a log file from disk.
static
|
Markdownlint |
string |
Gets the name of the Markdownlint issue provider.
This name can be used to identify issues based on the
ProviderType property.
static
|
Markdownlint |
Base |
Gets an instance for the log format as written by Markdownlint with
options.resultVersion set to 1.
static
|