ci: require one sentence per line #24
Reference in New Issue
Block a user
Delete Branch "ci/one-sentence-per-line"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
We should adopt the "One sentence per line" principle for mark-up languages. Nick Groenen's post on the subject describes the benefits clearly.
Design Decisions
markdownlintconfig tomarkdownlint-cli2config. The former does not allow custom markdown rules.markdownlint-cli2. We could continue to use Docker by overriding the entrypoint of the file, but it doing so comes with complexity. It is more common to just use an NPM project.Checklist
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.