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 support (config, workflow to detect/not fix) and make it fix few typos #7798

Merged
merged 8 commits into from
May 16, 2024

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    81b6f4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dda24d3 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Tunes up to codespell config from code review

    Co-authored-by: Florian M <[email protected]>
    yarikoptic and fm3 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    f91dcdc View commit details
    Browse the repository at this point in the history
  2. Run codespell CI only on manual workflow_dispatch

    Co-authored-by: Florian M <[email protected]>
    yarikoptic and fm3 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5d9cbb9 View commit details
    Browse the repository at this point in the history
  3. [DATALAD RUNCMD] Do interactive fixing of leftover 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 May 14, 2024
    Configuration menu
    Copy the full SHA
    c449829 View commit details
    Browse the repository at this point in the history
  4. [DATALAD RUNCMD] run codespell throughout fixing typos automagically

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

Commits on May 16, 2024

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