Skip to content

chore: add codespell support (config, workflow to detect/not fix) and make it fix some typos#215

Open
yarikoptic wants to merge 7 commits intoSpikeInterface:mainfrom
yarikoptic:enh-codespell
Open

chore: add codespell support (config, workflow to detect/not fix) and make it fix some typos#215
yarikoptic wants to merge 7 commits intoSpikeInterface:mainfrom
yarikoptic:enh-codespell

Conversation

@yarikoptic
Copy link

More about codespell: https://github.com/codespell-project/codespell .

I personally introduced it to dozens if not hundreds of projects already and so far only positive feedback.

CI workflow has 'permissions' set only to 'read' so also should be safe.

yarikoptic and others added 5 commits November 24, 2025 14:42
…(but ignoring overall fail due to ambigous ones)

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w || :",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
…nteractively

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w -i 3 -C 4",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
@alejoe91 alejoe91 added this to the 0.13.0 milestone Mar 6, 2026
@alejoe91
Copy link
Member

alejoe91 commented Mar 6, 2026

Thank you @yarikoptic and sorry for the massive delay on this. I added a couple of words to ignore and removed the outdated TODO.md. This is good to merge for me :) @samuelgarcia won't like it because he intentionally makes a lot of typos eheheheh

@yarikoptic
Copy link
Author

FWIW -- if you like I could even redo -- my skill is way better now! ;)

@alejoe91
Copy link
Member

alejoe91 commented Mar 7, 2026

I think this is ok! We can add ignore words as we find them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants