Upstream cherry pick - spell check and link checking #562
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.
Pulling two commits from upstream
the bigger issue one is timwis/jkan#292 which we may need to be careful it doesn't break our current flows. It will try to validate all links in a PR - and check spelling too.
Works can be added to cspell.json (there are also ways to just disable it or add works for certain files - https://cspell.org/docs/Configuration/document-settings)
It required the img links to not be root based /img/ -> img/. I'm not sure if that has other implications or not.
It is not currently performant enough to run the linter against our whole project (link checking), Hope to improve that over time.
Happy to wait if any other big updates want to land first - as this could require more work.