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: config, workflow and typos fixed #93

Merged
merged 7 commits into from
Aug 21, 2023

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    e8ca07d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a55090 View commit details
    Browse the repository at this point in the history
  3. Add some ignores

    yarikoptic committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    b42b968 View commit details
    Browse the repository at this point in the history
  4. [DATALAD RUNCMD] run codespell throughout but ignore fail

    === Do not change lines below ===
    {
     "chain": [],
     "cmd": "codespell -w || :",
     "exit": 0,
     "extra_inputs": [],
     "inputs": [],
     "outputs": [],
     "pwd": "."
    }
    ^^^ Do not change lines above ^^^
    yarikoptic committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    327f025 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 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    3817e0e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

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

Commits on Aug 18, 2023

  1. Ignore covert and dateset

    It is a bit less reliable/tricky to add phrases so I decided to just ignore all instances of such words
    yarikoptic committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    31c443b View commit details
    Browse the repository at this point in the history