-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Check spelling using GitHub Actions + Baseline #31810
Conversation
Next Steps to MergeNext steps that must be taken to merge this PR:
|
PR validation pipeline restarted successfully. If there is ApiView generated, it will be updated in this comment. |
PR validation pipeline can not start as the pull request is not merged or mergeable - most likely it has merge conflicts. |
There is currently a merge conflict because of contention in the |
1b44e53
to
ce6c8cd
Compare
PR validation pipeline can not start as the pull request is not merged or mergeable - most likely it has merge conflicts. |
1 similar comment
PR validation pipeline can not start as the pull request is not merged or mergeable - most likely it has merge conflicts. |
PR validation pipeline can not start as the pull request is not merged or mergeable - most likely it has merge conflicts. |
1 similar comment
PR validation pipeline can not start as the pull request is not merged or mergeable - most likely it has merge conflicts. |
114aaca
to
4592bf1
Compare
6826cea
to
b18e55d
Compare
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.
Let's get consensus on the new check name before merging, since I don't want to need to change the GitHub setting more than once.
Co-authored-by: Mike Harder <[email protected]>
Co-authored-by: Mike Harder <[email protected]>
Co-authored-by: Mike Harder <[email protected]>
Co-authored-by: Mike Harder <[email protected]>
Co-authored-by: Mike Harder <[email protected]>
Co-authored-by: Mike Harder <[email protected]>
Co-authored-by: Mike Harder <[email protected]>
Work items from today's discussion:
|
Handled in #32171 |
Opening as a draft PR to prevent bringing in a wide audience of reviewers. It might be necessary to use admin capabilities to merge this one.
This PR:
cspell.json
for words that appear correctly spelled and are seen in 10 or more servicesspecification/<service>/cspell.json
for other errors, flattened to list words instead of targeting specific files withoverrides
specification/
files when pushing to targeted branches (matchingTSV - All
config), a schedule, or when run manuallyExample PR with spelling error (PR):
Workflow run for same PR with no spelling error (workflow run):
Check Spelling - All
runs:Future improvements to
Invoke-Cspell.ps1
should include the ability to silence the entire list of files checked.