-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
31 changed files
with
878 additions
and
480,138 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
1ffb479
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 AAAAABBBBBBCCC abgr ACCESSTOKEN adaa apimswincoresynchl asan AVX barbaz BBBBBCCC BODGY brandings Bspace BUILDURI cac cacafire carlos castsi CCE checkboxes cmh cmpeq cmw codepath coffgroup coffgrp coinit COLLECTIONURI consolehost CPPCORECHECK cppm cppreference CSIDL Cspace css csv CTerminal datetime DComposition Debian debugtype DECDHL decdld DECDWL DECID DECREQTPARM DECRQSS DECSLPP DECSWL deduplicate DEFAPP DFF dhandler dmp drcs dwl dxsm eae easyrgb Edgium emplate etcoreapp fabricbot fastlink FGHIJ filepath fileurl FIXEDFILEINFO FNV FONTINFO fooo fsanitize fuzzmain GAUSSIAN GENPROFILE GETCLIENTAREAANIMATION GETMOUSEVANISH gfycat GHIJK GHIJKL GHIJKLM GLYPHENTRY GPUs Guake hfontresource hhh HHmm horiz Hostx HProvider HTBOTTOMLEFT HTBOTTOMRIGHT HTLEFT HTRIGHT HTTOPLEFT HTTOPRIGHT ICache IDevice IDispatch IHosted IInitialize inlines installationpath intrin IWeb IXMP ixx jsonc KEYBDINPUT KLMNO KPRIORITY libsancov listproperties LLVM LMNOP loadu LOGFONTA logissue LPMINMAXINFO lstrcmpi mdtauk minimizeall MINMAXINFO MMdd MNOPQ MNOPQR movemask MSVCRTD MTSM murmurhash nnn NOCOMM NOHELP NOMCX NOPQRST nullability nuspec ocolor oneseq openconsoleproxy OUnter packagename pcg pgd pgorepro pgort PGU php PPEB precendence preinstalled presorted procs Progman QRSTU rasterbar raytracers redefinable remoting renamer rfid RGBCOLOR Rike rng rsas runtests runxamlformat rxvt SERIALIZERS SHANDLE SHGFP sixel SOURCEBRANCH stdcpp Stri STUVWX subfolder suiteless symlink TDelegated TEAMPROJECT teraflop testbuildplatform testmode testname testnameprefix testtimeout textbox Timeline TLambda UAC udk uninit unk Unregister unregistering untests UVWX UVWXY vcvarsall vectorized vsdevshell VTID VWX WClass windowsdeveloper WINVER wmemory wnwb workitem WTSOFTFONT Wubi XFORM xIcon xorg xstyler XTPOPSGR XTPUSHSGR xtr xunit Xzn 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 [email protected]:microsoft/terminal.git repository
on the
dev/miniksa/defterm_spec
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).