[openssl/openssl] fa229d: mdl: Don't enforce one space after list markers
Richard Levitte
noreply at reply.github.openssl.org
Thu May 19 08:48:47 UTC 2022
Branch: refs/heads/openssl-3.0
Home: https://github.openssl.org/openssl/openssl
Commit: fa229d4e07267052adaa7a52281a1a1c1ab1f2f0
https://github.openssl.org/openssl/openssl/commit/fa229d4e07267052adaa7a52281a1a1c1ab1f2f0
Author: Richard Levitte <levitte at openssl.org>
Date: 2022-05-19 (Thu, 19 May 2022)
Changed paths:
M util/markdownlint.rb
Log Message:
-----------
mdl: Don't enforce one space after list markers
Common markdown styles usually show 4-column indents to separate the
list marker and the list item text. That's a common template for
writing new markdown files.
On the other hand, we do have some files (such as CHANGES.md) where we
use a different style.
>From a markdown perspective, both are perfectly OK, and there's no
reason to enforce either.
Therefore, the best thing is to exclude this particular rule.
Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18297)
(cherry picked from commit 2046f80bc84deff5f3b8e3f8ffe54528bc684658)
More information about the openssl-commits
mailing list