Skip to content

run markownlint on changelog per PR (or not run it at all) #3273

@lmolkova

Description

@lmolkova

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Need triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions