We don't run markdownlint on .chloggen files, but at the release time, we run it on changelog which results in some errors of a low value at release time. E.g.
CHANGELOG.md:53:33 error MD034/no-bare-urls Bare URL used [Context: "https://github.com/open-teleme..."]
CHANGELOG.md:75 error MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]
on #3272, which need manual intervention.
A fix could be to find means to run mdlint on text fields of chloggen files (and then PR author would fix it).
Or turn mdlint off for changelog since it's autogenerated (and I don't recall mdlint producing anything meaningful for changelog in the past releases I've done)
We don't run markdownlint on .chloggen files, but at the release time, we run it on changelog which results in some errors of a low value at release time. E.g.
on #3272, which need manual intervention.
A fix could be to find means to run mdlint on text fields of chloggen files (and then PR author would fix it).
Or turn mdlint off for changelog since it's autogenerated (and I don't recall mdlint producing anything meaningful for changelog in the past releases I've done)