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 and get it to fix some typos it finds #1610

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    76d8937 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85cf26f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e77db28 View commit details
    Browse the repository at this point in the history
  4. [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 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    58eadb9 View commit details
    Browse the repository at this point in the history
  5. Ignore importat

    yarikoptic committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c2698a0 View commit details
    Browse the repository at this point in the history
  6. [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 Nov 28, 2023
    Configuration menu
    Copy the full SHA
    a83e15d View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    c8ec64f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc06c95 View commit details
    Browse the repository at this point in the history