fix(spelling): replace check-spelling with crate-ci/typos for spell checking#3316
Conversation
The check-spelling action (v0.0.26) is no longer maintained due to a security incident affecting the maintainer's account. Replace with crate-ci/typos (v1.33.1), a maintained Rust-based spell checker. Changes: - Replace dead check-spelling@v0.0.26 with crate-ci/typos@v1.33.1 - Add _typos.toml config with same word allowlist as previous setup - Make spell check non-blocking (continue-on-error: true) since code is open source and all issues are publicly visible anyway - Fix typo: rate-lmiting → rate-limiting in Go source and generated docs Note: typos does not support SARIF output, so findings will only appear in workflow logs instead of GitHub's Security tab dashboard. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
|
Note Currently processing new changes in this PR. This may take a few minutes, please wait... ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (6)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment Tip CodeRabbit can suggest fixes for GitHub Check annotations.Configure the |
|
Caution Failed to replace (edit) comment. This is likely due to insufficient permissions or the comment being deleted. Error details |
|
/retest |
|
@vparfonov: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
|
/override "Spell checking" |
|
/approve |
|
@jcantrill: Overrode contexts on behalf of jcantrill: Spell checking DetailsIn 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-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jcantrill, vparfonov The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
ad383ac
into
openshift:master
Description
The
check-spellingaction (v0.0.26) is no longer maintained due to a security incident affecting the maintainer's account. Replace withcrate-ci/typos(v1.33.1), a maintained Rust-based spell checker.Changes:
check-spelling@v0.0.26withcrate-ci/typos@v1.33.1_typos.tomlconfig with same word allowlist as previous setup/cc
/assign @jcantrill
Links