Skip to content

Improve line length checks #29

@abinjose-qualcomm

Description

@abinjose-qualcomm

Currently, the line-length rule reports an error for any line exceeding the configured limit (e.g., 72 characters). However, there are valid scenarios, such as pasting URLs where a line may exceed this limit and should not be flagged as an error.

markdownlint supports this by checking if there is no whitespace beyond the configured line length.

https://github.com/DavidAnson/markdownlint/blob/main/doc/md013.md

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions