-
Notifications
You must be signed in to change notification settings - Fork 48
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
add cspell as new spell checker #391
add cspell as new spell checker #391
Conversation
✅ Deploy Preview for metal3io-website ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
We earlier removed yaspeller that worked via pre-commit hook. This replaces the spellchecking using basically the same dictionary, but using node/npx cspell to do the spell checking. Actual spellcheck script is done in PR metal3-io/metal3-io.github.io#391 Signed-off-by: Tuomo Tanskanen <tuomo.tanskanen@est.tech>
/hold |
3d2dcb1
to
324d144
Compare
We earlier removed yaspeller that worked via pre-commit hook. This replaces the spellchecking using basically the same dictionary, but using node/npx cspell to do the spell checking. Actual spellcheck script is done in PR metal3-io/metal3-io.github.io#391 Signed-off-by: Tuomo Tanskanen <tuomo.tanskanen@est.tech>
Updated per @kashifest suggestion to use cspell-cli image. Much smaller image to download. |
/approve |
/lgtm |
@kashifest: adding LGTM is restricted to approvers and reviewers in OWNERS files. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Can't add a label but thanks for the update and the PR itself. |
LGTM |
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.
/approve
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kashifest, lentzi90, Rozzii The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
Add cspell as spell checker to replace yaspeller that was removed earlier. Word list from yaspeller ignore list added back as is, and the new or remaining spell checking issues fixed. Signed-off-by: Tuomo Tanskanen <tuomo.tanskanen@est.tech>
324d144
to
1948012
Compare
/lgtm |
why do I see two spellcheck jobs here ? |
sHellcheck and sPellcheck :) |
Oh my my, I need my glasses |
/unhold |
Add cspell as spell checker to replace yaspeller that was removed earlier.
Word list from yaspeller ignore list added back as is, and the new or remaining spell checking issues fixed.