-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Fix mdspell assertion failure in CHANGELOG.md #7064
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
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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