You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
To check these files, more of their words need to be in the dictionary than not. You can use patterns.txt to exclude portions, add items to the dictionary (e.g. by adding them to allow.txt), or fix typos.
To use the spell-check-this repository, accept these unrecognized words as correct, and update file exclusions,
you could run the following commands
To stop checking additional dictionaries, add (in .github/workflows/spellcheck.yaml) for uses: check-spelling/check-spelling@main in its with:
check_extra_dictionaries: ''
Forbidden patterns 🙅 (18)
In order to address this, you could change the content to not match the forbidden patterns (comments before forbidden patterns may help explain why they're forbidden), add patterns for acceptable instances, or adjust the forbidden patterns themselves.
These forbidden patterns matched content:
In English, duplicated words are generally mistakes
There are a few exceptions (e.g. "that that").
If the highlighted doubled word pair is in:
code, write a pattern to mask it.
prose, have someone read the English before you dismiss this error.
\s([A-Z]{3,}|[A-Z][a-z]{2,}|[a-z]{3,})\s\g{-1}\s
Should be ID
\bId\b
Should be URI or uri unless it refers to a person named Uri
30718ff
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
🔴 Please review
See the 📜action log or 📝 job summary for details.
Unrecognized words (940)
Some files were automatically ignored 🙈
These sample patterns would exclude them:
You should consider adding them to:
File matching is via Perl regular expressions.
To check these files, more of their words need to be in the dictionary than not. You can use
patterns.txt
to exclude portions, add items to the dictionary (e.g. by adding them toallow.txt
), or fix typos.To use the spell-check-this repository, accept these unrecognized words as correct, and update file exclusions, you could run the following commands
... in a clone of the git@github.com:abraunegg/onedrive.git repository
on the
master
branch (ℹ️ how do I use this?):Available 📚 dictionaries could cover words not in the 📘 dictionary
Consider adding them (in
.github/workflows/spellcheck.yaml
) injobs:
/spelling:
foruses: check-spelling/check-spelling@main
in itswith
:To stop checking additional dictionaries, add (in
.github/workflows/spellcheck.yaml
) foruses: check-spelling/check-spelling@main
in itswith
:Forbidden patterns 🙅 (18)
In order to address this, you could change the content to not match the forbidden patterns (comments before forbidden patterns may help explain why they're forbidden), add patterns for acceptable instances, or adjust the forbidden patterns themselves.
These forbidden patterns matched content:
In English, duplicated words are generally mistakes
There are a few exceptions (e.g. "that that").
If the highlighted doubled word pair is in:
Should be
ID
Should be
URI
oruri
unless it refers to a person namedUri
Do not use
(click) here
linksFor more information, see:
Should be
case-(in)sensitive
Should only be one of
a
,an
, orthe
Should be
nonexistent
Should be
workaround
Should be
GitHub
Should be
JavaScript
Should be
deprecation warning(s)
Should be
into
when not phrasal and when
in order to
would be wrong:https://thewritepractice.com/into-vs-in-to/
Should be
its
Should be
nonexistent
Should be
preexisting
Should be
prerequisite
Should be
(coarse|fine)-grained
Should be
neither/nor
-- or rewordPattern suggestions ✂️ (34)
You could add these patterns to
.github/actions/spelling/patterns.txt
:Errors (3)
See the 📜action log or 📝 job summary for details.
See ❌ Event descriptions for more information.