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: add config and action to codespell the code to avoid known typos #7514

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    aab4b2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84d7271 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1f7906 View commit details
    Browse the repository at this point in the history
  4. exmaple -> example

    yarikoptic committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    cb3f401 View commit details
    Browse the repository at this point in the history
  5. more skips

    yarikoptic committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ca0ec61 View commit details
    Browse the repository at this point in the history
  6. more ignores

    yarikoptic committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    bf40f3b View commit details
    Browse the repository at this point in the history
  7. skipts

    yarikoptic committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    3f28ec8 View commit details
    Browse the repository at this point in the history
  8. skipts

    yarikoptic committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e207fda View commit details
    Browse the repository at this point in the history
  9. more ignores

    yarikoptic committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    1151534 View commit details
    Browse the repository at this point in the history
  10. more ignores

    yarikoptic committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    69c9ff1 View commit details
    Browse the repository at this point in the history
  11. [DATALAD RUNCMD] Do interactive fixing of leftover 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 Sep 13, 2023
    Configuration menu
    Copy the full SHA
    1314b78 View commit details
    Browse the repository at this point in the history
  12. [DATALAD RUNCMD] run codespell throughout fixing typo automagically

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