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 use it to fix found typos (and some manully) #8173

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

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    a456552 View commit details
    Browse the repository at this point in the history
  2. Add codespell config

    yarikoptic committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    67beb7a View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. add pragma skip

    yarikoptic committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    22648b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5b6568 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    e0a4dda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f12a306 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c27f2e View commit details
    Browse the repository at this point in the history
  4. [DATALAD RUNCMD] run codespell throughout fixing typo automagically b…

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

    === Do not change lines below ===
    {
     "chain": [
      "e96808eedb54d367087e495c7c0d279cca32362e"
     ],
     "cmd": "codespell -w -i 3 -C 2",
     "exit": 0,
     "extra_inputs": [],
     "inputs": [],
     "outputs": [],
     "pwd": "."
    }
    ^^^ Do not change lines above ^^^
    yarikoptic committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    1306afe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa64802 View commit details
    Browse the repository at this point in the history
  7. [DATALAD RUNCMD] Replace all 'seperator' with 'separator' -- also in …

    …css, scss, js
    
    === Do not change lines below ===
    {
     "chain": [],
     "cmd": "git-sedi seperator separator",
     "exit": 0,
     "extra_inputs": [],
     "inputs": [],
     "outputs": [],
     "pwd": "."
    }
    ^^^ Do not change lines above ^^^
    yarikoptic committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    72aaf40 View commit details
    Browse the repository at this point in the history
  8. [DATALAD RUNCMD] Replace all (leftover) 'uncomplete' with 'incomplete…

    …' -- also in css, scss, js
    
    === Do not change lines below ===
    {
     "chain": [],
     "cmd": "git-sedi uncomplete incomplete",
     "exit": 0,
     "extra_inputs": [],
     "inputs": [],
     "outputs": [],
     "pwd": "."
    }
    ^^^ Do not change lines above ^^^
    yarikoptic committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    51bfe61 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. [DATALAD RUNCMD] Fix 'separator' in the filename

    === Do not change lines below ===
    {
     "chain": [],
     "cmd": "git mv ./ckan/public/base/images/table-seperator.png ./ckan/public/base/images/table-separator.png",
     "exit": 0,
     "extra_inputs": [],
     "inputs": [],
     "outputs": [],
     "pwd": "."
    }
    ^^^ Do not change lines above ^^^
    yarikoptic committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    ea3c259 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdf347b View commit details
    Browse the repository at this point in the history