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 #616

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    fc2f9cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f31ee94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3e501a View commit details
    Browse the repository at this point in the history
  4. [DATALAD RUNCMD] run codespell throughout for lapack_lite fixing typo…

    … automagically but ignoring the failure due to ambigous typos
    
    === Do not change lines below ===
    {
     "chain": [],
     "cmd": "codespell -w || :",
     "exit": 0,
     "extra_inputs": [],
     "inputs": [],
     "outputs": [],
     "pwd": "."
    }
    ^^^ Do not change lines above ^^^
    yarikoptic committed May 5, 2024
    Configuration menu
    Copy the full SHA
    d5e3114 View commit details
    Browse the repository at this point in the history
  5. [DATALAD RUNCMD] Do interactive fixing of lapack_lite leftover ambigo…

    …us 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 5, 2024
    Configuration menu
    Copy the full SHA
    11adfe3 View commit details
    Browse the repository at this point in the history