Disable failing rules for CI enablement#1996
Disable failing rules for CI enablement#1996colin-home merged 2 commits intoMicrosoftDocs:masterfrom
Conversation
|
@nschonni I'm not sure I understand the rationale for expanding the list of markdown issues to ignore. |
|
Sorry, should have given a little more context. Most of these rules should be re-enabled, and may end up looking like the original config in the end. By disabling the rules that doen't currently pass, the CI in the other PR can check that no new issues are introduced, and the other PRs like #1988 can be rebased and include a change to turn the rule back on |
662ca47 to
eebdf08
Compare
|
@corob-msft I've removed |
eebdf08 to
48e3463
Compare
|
Rebased for 009 and 018. Found a couple new 009s, but i'm sending it in separately |
48e3463 to
2155a26
Compare
|
MD038 has been re-enabled |
ce52162 to
945c7b6
Compare
|
Re-enabled MD039 |
945c7b6 to
1f79b91
Compare
|
Re-enabled MD005 and MD047 |
1f79b91 to
5bc2856
Compare
5bc2856 to
f961155
Compare
|
Re-enabled MD019 |
f961155 to
d0791fa
Compare
|
Re-enabled MD027 |
d0791fa to
4817825
Compare
4348098 to
921acfd
Compare
|
@corob-msft Do you know what you'd like to do with this PR? Thanks. |
921acfd to
9375dfb
Compare
9375dfb to
45be0c1
Compare
This isn't a styleguide, but a just what the docset currently passes
45be0c1 to
249125e
Compare
|
@corob-msft, can you review this PR? Thanks. |
|
@corob-msft There's a technical issue in PRMerger in which this PR continually floats to the top of the PR reviewer's to-do queue. Assigning different labels and hold-off have had no effect. Because this PR might be open for an indefinite length of time, would it be OK with you if we close it, and you can reopen it when you are ready to take action on the proposed updates? Please advise. Thanks. |
|
Thanks @corob-msft |
This turns off all rules that don' currently pass running
markdownlint "**/*.md" -i "**/TOC.md".Most rules will be re-enabled, but disabling them and then enforcing the current set through GitHub Actions prevents new issues being introduced.
Some of the rules now are autofixable, so separate PRs are being submitted by removing the rule from the file and running markdownlint-cli using the
--fixparameter.