Skip to content
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

.codespell*,.github,*: add codespell configuration, workflow, fix codespell errors. #356

Merged
merged 4 commits into from
Oct 2, 2024

Commits on Oct 1, 2024

  1. .codespell*,.github: add codespell config, workflow.

    Signed-off-by: Krisztian Litkey <[email protected]>
    klihub committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0108616 View commit details
    Browse the repository at this point in the history
  2. Makefile: add a [verify-]codespell target.

    Signed-off-by: Krisztian Litkey <[email protected]>
    klihub committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7c356f8 View commit details
    Browse the repository at this point in the history
  3. pkg,test,config,helm,docs,scripts: fix codespell errors.

    Fix existing spelling errors all over the repo.
    
    Signed-off-by: Krisztian Litkey <[email protected]>
    klihub committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    28fc60d View commit details
    Browse the repository at this point in the history
  4. .codespellrc: ignore topology-aware for now.

    Ignore temporarily spelling errors in the topology-aware policy
    for now. We have a pending PR with a huge blast radius right in
    there, and it is better to spellcheck it once that's merged and
    the dust settles. Otherwise we'd just create conflicts for code
    we're about to rework anyway.
    
    Signed-off-by: Krisztian Litkey <[email protected]>
    klihub committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    eac81ee View commit details
    Browse the repository at this point in the history