Skip to content

Configure default severity #241

@Bobronium

Description

@Bobronium

I'm trying to configure default rules severity, but I guess, it doesn't work like that:

    "markdownlint.config": {
        "default": {
            "severity": "Information"
        },
    },

Is there a way to do it?

Upd.

Ok, I see now that severity is hardcoded here:

const diagnostic = new vscode.Diagnostic(range, message, vscode.DiagnosticSeverity.Warning);

Can we make it configurable?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions