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

feat(linter): add codespell linter #4143

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 16, 2024

  1. feat(linter): add codespell linter

    Add the codespell linter which uses a dictionary of common misspellings
    and ignores unknown words.
    
    Signed-off-by: Roger Luethi <roger.luethi@bisdn.de>
    ideaship committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    41077c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. fix(codespell): add file extensions

    Try if this helps workflow find test files.
    
    Signed-off-by: Roger Luethi <roger.luethi@bisdn.de>
    ideaship committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    69fdc55 View commit details
    Browse the repository at this point in the history
  2. EXP Add .codespell_ignore

    Signed-off-by: Roger Luethi <roger.luethi@bisdn.de>
    ideaship committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6f40e6d View commit details
    Browse the repository at this point in the history