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: workflow, config and fix typos it finds #506

Merged
merged 7 commits into from
Nov 15, 2023

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    9f212a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8e4574 View commit details
    Browse the repository at this point in the history
  3. Some skips for codespell

    yarikoptic committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    104a504 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Ignore more words

    mvdoc committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    bd87baf View commit details
    Browse the repository at this point in the history
  2. Add more skips

    mvdoc committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    6e0cb69 View commit details
    Browse the repository at this point in the history
  3. [DATALAD RUNCMD] codespell -w || :

    === Do not change lines below ===
    {
     "chain": [],
     "cmd": "codespell -w || :",
     "exit": 0,
     "extra_inputs": [],
     "inputs": [],
     "outputs": [],
     "pwd": "."
    }
    ^^^ Do not change lines above ^^^
    mvdoc committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    f374973 View commit details
    Browse the repository at this point in the history
  4. [DATALAD RUNCMD] codespell -w -i 3 -C 2

    === 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 ^^^
    mvdoc committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    8b51593 View commit details
    Browse the repository at this point in the history