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 typos + catch and fix some of those #329

Merged
merged 11 commits into from
Sep 12, 2023

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    1f723b4 View commit details
    Browse the repository at this point in the history
  2. Add rudimentary codespell config

    yarikoptic authored and wolfv committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    4a22402 View commit details
    Browse the repository at this point in the history
  3. Add pre-commit definition for codespell

    yarikoptic authored and wolfv committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    7a8be8f View commit details
    Browse the repository at this point in the history
  4. Skip some files and hits

    yarikoptic authored and wolfv committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    4957298 View commit details
    Browse the repository at this point in the history
  5. [DATALAD RUNCMD] Do interactive fixing of some 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 authored and wolfv committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    583fec4 View commit details
    Browse the repository at this point in the history
  6. ignore a test case

    yarikoptic authored and wolfv committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    3e73571 View commit details
    Browse the repository at this point in the history
  7. [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 authored and wolfv committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    9815d23 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a9894f5 View commit details
    Browse the repository at this point in the history
  9. fix codespell config

    wolfv committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    173e296 View commit details
    Browse the repository at this point in the history
  10. ignore more

    wolfv committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    cb4b23e View commit details
    Browse the repository at this point in the history
  11. codespell is part of pre-commit

    wolfv committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    76b48a6 View commit details
    Browse the repository at this point in the history