Skip to content

New Rule: no-literal-urls #399

@xbinaryx

Description

@xbinaryx

Rule details

This rule warns when GFM autolink literals are used.

What type of rule is this?

Warns about a potential problem

Example code

For more info, visit https://www.example.com/ or email user@example.com.

Prior Art

remark-lint-no-literal-urls
MD034

Participation

  • I am willing to submit a pull request to implement this rule.

Additional comments

GFM autolink literals (just a raw URL) are a feature enabled by GFM. They don’t work everywhere. So, it’s recommended to instead use regular autolinks (<https://url>) or full links ([text](url)).

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Complete

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions