-
Notifications
You must be signed in to change notification settings - Fork 15
Adopt shared markdownlint config #733
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| { | ||
| "config": { | ||
| // Prose paragraphs and data-heavy tables/URLs are intentionally long; | ||
| // reflowing at 80 cols hurts readability and churns diffs. | ||
| "MD013": false, | ||
| // Inline HTML is used for reference-link section dividers. | ||
| "MD033": false, | ||
| // Require fenced code blocks over the legacy 4-space-indented style. | ||
| "MD046": { "style": "fenced" }, | ||
| // Wide tables are intentional where wrapping cells breaks GitHub rendering. | ||
| "MD060": false | ||
| }, | ||
| "gitignore": true | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", | ||
| "version": "3.17", | ||
| "version": "3.18", | ||
|
Owner
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Flagging this for the maintainer rather than resolving it myself: the version.json base bump to 3.18 came from an existing maintainer commit (#726) already on develop, and this PR is a straight develop -> main promotion that carries it. Whether 3.18 should land on main now is a release-cadence decision for the maintainer - holding this PR's merge pending that call. |
||
| "publicReleaseRefSpec": [ | ||
| "^refs/heads/main$" | ||
| ], | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.