-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
I think it's better to have some spelling check tools integrated into github action.
A spelling check tool should
- be able to check
.md&.jsonfiles - be able to check English at least, better to have other languages support
- be able to run locally in dev env
- be able to run in github action
- be configurable, e.g. to ignore words like 'Hoid' or 'Roshar'
AFAIK, cspell
- works as cli
- works as vscode extension
- works as github action
- could build specialized dictionaries. Maybe we can build a
Cosmeredictionary fromcoppermindusing Mediawiki API?
Metadata
Metadata
Assignees
Labels
No labels