Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #46191 This change adds a Vale spelling rule that replaces the current cspell workflow. The Vale spelling rule ignores spelling errors in code-style text by default, and includes more configuration options for filtering spelling errors. This also allows us to reduce the number of linting workflows. This change also adds a file containing words to ignore in the spellcheck rule, based on the current `cspell.json`. While this change introduces new spelling errors, we can remove these incrementally, since the Vale spellchecker only flags issues in files changed by a PR. This change also configures the Vale spellcheck rule to ignore abbreviations. For consistency with the cspell configuration, this change ignores spelling errors in Terraform and Kubernetes operator reference pages. To do so, it adds the `{/* vale spelling.spelling = OFF */}` comment directive in relevant auto-generated reference pages.
- Loading branch information