-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate spelling-0.0.19 changes from main
- Loading branch information
Showing
22 changed files
with
558 additions
and
480,816 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
apc | ||
calt | ||
ccmp | ||
changelog | ||
cybersecurity | ||
Apc | ||
clickable | ||
clig | ||
copyable | ||
dalet | ||
dcs | ||
Dcs | ||
dialytika | ||
dje | ||
downside | ||
downsides | ||
dze | ||
dzhe | ||
Enum'd | ||
Fitt | ||
formattings | ||
ftp | ||
fvar | ||
geeksforgeeks | ||
ghe | ||
gje | ||
hostname | ||
hostnames | ||
hyperlink | ||
hyperlinking | ||
hyperlinks | ||
img | ||
It'd | ||
kje | ||
liga | ||
lje | ||
locl | ||
lorem | ||
Llast | ||
Lmid | ||
Lorigin | ||
maxed | ||
mkmk | ||
mru | ||
noreply | ||
nje | ||
ogonek | ||
ok'd | ||
overlined | ||
postmodern | ||
ptys | ||
qof | ||
qps | ||
rclt | ||
reimplementation | ||
reserialization | ||
reserialize | ||
reserializes | ||
rlig | ||
runtimes | ||
shcha | ||
slnt | ||
Sos | ||
timestamped | ||
TLDR | ||
tokenizes | ||
tonos | ||
tshe | ||
uiatextrange | ||
UIs | ||
und | ||
unregister | ||
versioned | ||
We'd | ||
wildcards | ||
yeru | ||
zhe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.
f4b9d39
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.
@check-spelling-bot Report
Unrecognized words, please review:
Previously acknowledged words that are now absent
AAAa adaa apimswincoresynchl asan AVX barbaz BODGY Bopomofo brandings Bspace cac cacafire carlos castsi CCE cmh cmpeq cmw coffgroup coffgrp conclnt cppm Cspace css CTerminal datetime debugtype decdld DECRQSS deduplicate DEFAPP dwl dxsm eae easyrgb emplate fabricbot fastlink fileurl FIXEDFILEINFO FNV FONTINFO fooo fsanitize fuzzmain GENPROFILE GLYPHENTRY Guake hfontresource HHmm Hostx HTBOTTOMLEFT HTBOTTOMRIGHT HTLEFT HTRIGHT HTTOPLEFT HTTOPRIGHT ICache installationpath intrin ixx jsonc KPRIORITY libsancov LLVM loadu LOGFONTA mdtauk MMdd movemask MSVCRTD MTSM murmurhash nnn nullability nuspec oneseq OUnter packagename pcg pgd pgorepro pgort PGU php PPEB redefinable remoting rfid RGBCOLOR Rike rng runxamlformat SERIALIZERS sixel Stri subfolder symlink TLambda uninit unk Unregister unregistering vcvarsall vectorized vsdevshell windowsdeveloper wmemory WTSOFTFONT xIcon xstyler xtr yIcon zamoraTo accept these unrecognized words as correct (and remove the previously acknowledged and now absent words), run the following commands
... in a clone of the git@github.com:microsoft/terminal.git repository
on the
dev/migrie/s/2634-broadcast-input
branch:✏️ Contributor please read this
By default the command suggestion will generate a file named based on your commit. That's generally ok as long as you add the file to your commit. Someone can reorganize it later.
perl
command excluding the outer'
marks and dropping any'"
/"'
quotation mark pairs into a file and then runperl file.pl
from the root of the repository to run the code. Alternatively, you can manually insert the items...If the listed items are:
.github/actions/spelling/allow/names.txt
..github/actions/spelling/allow/
..github/actions/spelling/expect/
..github/actions/spelling/patterns/
.See the
README.md
in each directory for more information.🔬 You can test your commits without appending to a PR by creating a new branch with that extra change and pushing it to your fork. The check-spelling action will run in response to your push -- it doesn't require an open pull request. By using such a branch, you can limit the number of typos your peers see you make. 😉
🗜️ If you see a bunch of garbage
If it relates to a ...
well-formed pattern
See if there's a pattern that would match it.
If not, try writing one and adding it to a
patterns/{file}.txt
.Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.
Note that patterns can't match multiline strings.
binary-ish string
Please add a file path to the
excludes.txt
file instead of just accepting the garbage.File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.
^
refers to the file's path from the root of the repository, so^README\.md$
would exclude README.md (on whichever branch you're using).