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

Add codespell: config + workflow (to catch new typos) + fix a number of typos using codespell #3474

Merged
merged 14 commits into from
May 13, 2024

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    8d9779e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfd1e99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d2da54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8385329 View commit details
    Browse the repository at this point in the history
  5. [DATALAD RUNCMD] Fix 'supress' typo in code/interface of sdotermsourc…

    …e.py
    
    === Do not change lines below ===
    {
     "chain": [],
     "cmd": "git-sedi supress suppress",
     "exit": 0,
     "extra_inputs": [],
     "inputs": [],
     "outputs": [],
     "pwd": "."
    }
    ^^^ Do not change lines above ^^^
    yarikoptic committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f9fc176 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77362f6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1d4a7d7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    94fc1ab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2ac18b7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    59446de View commit details
    Browse the repository at this point in the history
  11. Ignore single implementor

    yarikoptic committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1ec0e69 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. [DATALAD RUNCMD] Do interactive fixing of leftover ambigous typos

    === Do not change lines below ===
    {
     "chain": [],
     "cmd": "codespell -w -i 3 -C 2",
     "exit": 0,
     "extra_inputs": [],
     "inputs": [],
     "outputs": [],
     "pwd": "."
    }
    ^^^ Do not change lines above ^^^
    yarikoptic committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    6da89ba View commit details
    Browse the repository at this point in the history
  2. Skip reoccurrence

    LGTM, fix proposed upstream
    - codespell-project/codespell#3378
    yarikoptic committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ee59c5b View commit details
    Browse the repository at this point in the history
  3. [DATALAD RUNCMD] run codespell throughout fixing typos automagically

    === Do not change lines below ===
    {
     "chain": [],
     "cmd": "codespell -w",
     "exit": 0,
     "extra_inputs": [],
     "inputs": [],
     "outputs": [],
     "pwd": "."
    }
    ^^^ Do not change lines above ^^^
    yarikoptic committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    69be575 View commit details
    Browse the repository at this point in the history