Summary
Contains functionality related to importing code analysis issues from Markdownlint
to write them to pull requests.
- Assembly
- Cake
.Prca .Issues .Markdownlint .dll - Namespace
- Cake
.Prca .Issues .Markdownlint - Base Types
-
- object
graph TD
Base0["object"]-->Type
Type["MarkdownlintIssuesAliases"]
class Type type-node
Syntax
public static class MarkdownlintIssuesAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
MarkdownlintIssues |
I |
Gets an instance of a provider for code analysis issues reported by Markdownlint using specified settings.
static
|
Markdownlint |
I |
Gets an instance of a provider for code analysis issues reported by Markdownlint using log file content.
static
|
Markdownlint |
I |
Gets an instance of a provider for code analysis issues reported by Markdownlint using a log file from disk.
static
|