-
Notifications
You must be signed in to change notification settings - Fork 3.1k
chore(): add cspell and fix spelling errors #3069
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
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
da7593c
chore: add cspell with custom allowed words
brandyscarney 148d8f0
docs(content): update to pass spellcheck
brandyscarney d8afc6b
Merge branch 'main' into style-add-spellcheck
brandyscarney 32963ce
chore(cspell): include more markdown files to lint while excluding na…
brandyscarney 4c0fc7b
syle: spellcheck lint
brandyscarney 3664357
style: fix broken link
brandyscarney 5ccc1ae
style: more broken links
brandyscarney ad015f5
style: undo api name change
brandyscarney a88f0e3
chore: bump cspell
brandyscarney c12ff85
style: lint
brandyscarney 5565391
chore: add spellcheck to CI
brandyscarney 3f2b546
style: fix improper comment styles for cspell
brandyscarney 0bd13f0
style: lint
brandyscarney f5d6a91
make it fail
brandyscarney dbb4d5d
Revert "make it fail"
brandyscarney 5cbbd19
Merge branch 'main' into style-add-spellcheck
brandyscarney fb322f3
style: add interactives to wordlist
brandyscarney d220efb
Merge branch 'main' into style-add-spellcheck
brandyscarney a58bc90
chore(cspell): remove words that are in filenames and improve regex f…
brandyscarney 4875771
Merge branch 'main' into style-add-spellcheck
brandyscarney 1e0f260
chore(cspell): wrap datetime formats in code ticks
brandyscarney 14fae4e
chore(cspell): group and alphabetize product names
brandyscarney bf865f2
docs(slides): update tables to format code
brandyscarney 3216673
docs(input): wrap keyboard events in code formatting
brandyscarney c31477b
docs(theming): wrap "rgba" in code formatting
brandyscarney 9163514
chore(cspell): improve regex to match anything in code ticks
brandyscarney 8fef62a
chore(cspell): add flagged words for the since cspell doesn't run aga…
brandyscarney db37889
docs(contributing): add notes on running spellcheck
brandyscarney cfda51f
chore(CI): update spell check to two words
brandyscarney ace2caf
style: formatting
brandyscarney c5e258f
style: formatting
brandyscarney b5d9054
style: lint
brandyscarney 54480ff
style: remove comments
brandyscarney File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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,80 @@ | ||
Appflow | ||
Codepen | ||
Firestore | ||
Genymotion | ||
Hygen | ||
Ionicon | ||
Ionicons | ||
Logcat | ||
Maskito | ||
Pluralsight | ||
Swiper | ||
Udemy | ||
Vetur | ||
Wistia | ||
|
||
actionsheet | ||
fabs | ||
datetime | ||
datetimes | ||
datetimepicker | ||
infinitescroll | ||
searchbar | ||
searchbars | ||
sidemenu | ||
textarea | ||
textareas | ||
|
||
appstore | ||
authed | ||
autogrow | ||
automations | ||
autoplay | ||
comparewith | ||
composables | ||
engageable | ||
flexbox | ||
frontmatter | ||
fullscreen | ||
geolocation | ||
interactives | ||
isopen | ||
jank | ||
janky | ||
jarsigner | ||
jsdelivr | ||
keyframes | ||
keytool | ||
lifecycles | ||
localstorage | ||
mobileweb | ||
phablet | ||
playstore | ||
preconfigured | ||
preflighted | ||
proxying | ||
quickstart | ||
retargeted | ||
runtimes | ||
scroller | ||
subcomponent | ||
subcomponents | ||
swipeable | ||
templating | ||
transpiling | ||
treeshaking | ||
triaging | ||
typeahead | ||
unminified | ||
unsanitized | ||
viewports | ||
webapps | ||
webviews | ||
xlarge | ||
xsmall | ||
|
||
allowtransparency | ||
mozallowfullscreen | ||
msallowfullscreen | ||
oallowfullscreen | ||
webkitallowfullscreen |
This file contains hidden or 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,25 @@ | ||
{ | ||
"dictionaries": ["custom-words"], | ||
"dictionaryDefinitions": [ | ||
{ | ||
"name": "custom-words", | ||
"path": "./cspell-wordlist.txt", | ||
"addWords": true | ||
} | ||
], | ||
"ignoreRegExpList": [ | ||
"/(```+)[\\s\\S]+?\\1/g", | ||
"`([^`]*)`", | ||
"/:[a-zA-Z0-9-_\\+]+:/g" | ||
], | ||
"ignorePaths": [ | ||
"docs/cli", | ||
"docs/native", | ||
"versioned_docs/**/api", | ||
"versioned_docs/**/cli", | ||
"versioned_docs/**/native" | ||
], | ||
"flagWords": [ | ||
"hte" | ||
] | ||
} |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.