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 and workflow, and use it to typos found throughout the codebase #131

Merged
merged 6 commits into from
Mar 19, 2024

Conversation

yarikoptic
Copy link
Member

Strangely codespell didn't pick up millimiter in some files :-/

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w -i 3 -C 2 ./datalad_neuroimaging/bids2scidata.py",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
…t sure why codespell did not pick it up

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "git-sedi millimiter millimeter",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
@yarikoptic yarikoptic added semver-patch release Create a release when this PR is merged CHANGELOG-missing PR does not contain a changelog item yet labels Mar 19, 2024
@github-actions github-actions bot removed the CHANGELOG-missing PR does not contain a changelog item yet label Mar 19, 2024
@yarikoptic
Copy link
Member Author

for docs - filed separate

Copy link

codecov bot commented Mar 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.16%. Comparing base (df06919) to head (5ae7fd9).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #131   +/-   ##
=======================================
  Coverage   89.16%   89.16%           
=======================================
  Files          24       24           
  Lines        1181     1181           
=======================================
  Hits         1053     1053           
  Misses        128      128           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yarikoptic yarikoptic merged commit c6a066e into datalad:master Mar 19, 2024
6 of 7 checks passed
@yarikoptic-gitmate
Copy link
Collaborator

PR released in 0.3.5

@yarikoptic yarikoptic deleted the enh-codespell branch December 9, 2024 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Create a release when this PR is merged semver-patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants