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

[1.1] Fix codespell warnings #4300

Merged

Commits on Jun 1, 2024

  1. Fix codespell warnings

    ./features.go:30: tru ==> through, true
    ...
    ./utils_linux.go:147: infront ==> in front
    
    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    (cherry picked from commit 177c7d4)
    Signed-off-by: lifubang <lifubang@acmcoder.com>
    kolyshkin authored and lifubang committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    f8f7def View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. ci: pin codespell

    CI should not fail and require attention every time a new codespell
    version is released.
    
    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    (cherry picked from commit b24fc9d)
    Signed-off-by: lifubang <lifubang@acmcoder.com>
    kolyshkin authored and lifubang committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    3b7fcf7 View commit details
    Browse the repository at this point in the history