Fix mdspell assertion failure in CHANGELOG.md#7064
Fix mdspell assertion failure in CHANGELOG.md#7064daxian-dbw merged 3 commits intoPowerShell:masterfrom
Conversation
CHANGELOG.md
Outdated
| - Change packaging to differentiate only between major versions and previews (#6968) | ||
| - Enhance and refactor `Add-Type` cmdlet (#6141) (Thanks @iSazonov!) | ||
| - A few error strings were removed and thus the corresponding fully-qualified error ids are not in use anymore. | ||
| + A few error strings were removed and thus the corresponding fully-qualified error ids are not in use anymore. |
There was a problem hiding this comment.
Please use <sp><sp><sp><sp>- (4 spaces plus minus) to fix it. This is to keep consistent with the existing instances in this file. Thanks!
There was a problem hiding this comment.
Ah I read the wrong rule in https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md.
Thought mdspell was complaining about MD004.
|
Running the If they are all errors, is there a way to get a proper error dump in the build file? If they are just noise, is there a way to improve our usage of I'll also point out that we are using the wrong locale for Issue: #6736 |
@rjmholt are you running Yeah, the locale, we should use |
|
I was running this: Line 49 in 6ea1389 And got this output: |
PR Summary
mdspelldoesn't like the unordered list indentation in the changelog. This makes CHANGELOG.md comply withmdspell's rules.PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:to the beginning of the title and remove the prefix when the PR is ready.[feature]if the change is significant or affects feature tests