Skip to content
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

ci: run spell check in CI, fix remaining issues #4799

Merged
merged 48 commits into from
Mar 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
321d00b
spelling: excerpt
jsoref Feb 24, 2020
34dc0d6
spelling: fallthrough
jsoref Feb 24, 2020
b03cf9f
spelling: provided
jsoref Feb 24, 2020
92560bd
spelling: rendered
jsoref Feb 24, 2020
908435e
spelling: resetting
jsoref Feb 24, 2020
c79dc59
spelling: successfully
jsoref Feb 24, 2020
b747a11
spelling: transferred
jsoref Feb 24, 2020
db51e6f
spelling: adheres
jsoref Mar 2, 2020
f2df622
spelling: breaks
jsoref Mar 2, 2020
d8cbd29
spelling: previous
jsoref Mar 4, 2020
d7718aa
spelling: setter
jsoref Mar 4, 2020
40df711
spelling: succeeded
jsoref Feb 24, 2020
4a4346a
spelling: within
jsoref Mar 4, 2020
a94f88a
spelling: architecture
jsoref Mar 4, 2020
a4dc1aa
spelling: identified
jsoref Feb 24, 2020
ca46109
Rename TfEditSession
jsoref Mar 8, 2020
8e7e5df
spelling: control
jsoref Mar 17, 2020
08eea97
spelling: currently
jsoref Feb 24, 2020
ef27efb
spelling: offset
jsoref Mar 17, 2020
175ffa2
spelling: powerpoint
jsoref Mar 17, 2020
caad4e3
spelling: preceded
jsoref Mar 4, 2020
1a127ea
spelling: suppress
jsoref Mar 17, 2020
e4dafc2
spelling: parsing
jsoref Mar 17, 2020
4781547
spelling: populated
jsoref Mar 4, 2020
45f4cf2
spelling: prioritized
jsoref Mar 17, 2020
4c968b7
spelling: propagate
jsoref Feb 24, 2020
e88a4da
Set up spell-checking action
jsoref Mar 22, 2020
3eec80a
spelling: aforementioned
jsoref Mar 22, 2020
e548423
spelling: appxmanifest
jsoref Mar 8, 2020
c5cda73
spelling: combining
jsoref Mar 4, 2020
969e00b
spelling: build
jsoref Mar 22, 2020
52d987e
spelling: check in
jsoref Mar 22, 2020
4884116
spelling: filling
jsoref Mar 22, 2020
479780d
spelling: hyphen
jsoref Mar 8, 2020
dec840f
spelling: indices
jsoref Mar 22, 2020
380050f
spelling: layout
jsoref Mar 22, 2020
595dabe
spelling: mapping
jsoref Mar 22, 2020
b0afaef
spelling: occurred
jsoref Feb 24, 2020
09ce9b8
spelling: trying
jsoref Mar 22, 2020
f6805fb
spelling: scroll
jsoref Mar 22, 2020
1462523
spelling: separate
jsoref Feb 24, 2020
3ce31a3
spelling: terabyte
jsoref Mar 22, 2020
81296d4
spelling: terminal
jsoref Feb 24, 2020
2527fff
spelling: vetoes
jsoref Mar 22, 2020
5e0a1ee
spelling: viewport
jsoref Mar 22, 2020
d6d0331
spelling: visible
jsoref Mar 4, 2020
317152f
spelling: whose
jsoref Mar 22, 2020
fd66a36
spelling: window
jsoref Mar 4, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/actions/spell-check/dictionary/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Dictionaries are lists of words to accept unconditionally

While check spelling will complain about a whitelisted word
which is no longer present, you can include things here even if
they are not otherwise present in the repository.

E.g., you could include a list of system APIs here, or potential
contributors (so that if a future commit includes their name,
it'll be accepted).

### Files

| File | Description |
| ---- | ----------- |
| [Dictionary](dictionary.txt) | Primary US English dictionary |
| [Chinese](chinese.txt) | Chinese words |
| [Japanese](japanese.txt) | Japanese words |
| [Microsoft](microsoft.txt) | Microsoft brand items |
| [Fonts](fonts.txt) | Font names |
| [Names](names.txt) | Names of people |
5 changes: 5 additions & 0 deletions .github/actions/spell-check/dictionary/chinese.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
CHINESEBIG
choseong
Jongseong
Jungseong
ssangtikeut
Loading