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

Fixes codespell issues #2032

Merged
merged 2 commits into from
Aug 17, 2022
Merged

Fixes codespell issues #2032

merged 2 commits into from
Aug 17, 2022

Conversation

derobins
Copy link
Member

It remains a mystery why codespell didn't catch these a long time ago...

@@ -11,5 +11,5 @@ jobs:
- uses: actions/checkout@v2
- uses: codespell-project/actions-codespell@master
with:
skip: ./bin/trace,./hl/tools/h5watch/h5watch.c,./tools/test/h5jam/tellub.c
skip: ./bin/trace,./hl/tools/h5watch/h5watch.c,./tools/test/h5jam/tellub.c,./config/sanitizer/LICENSE
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

codespell thinks "complies" should actually be "compiles" and I'm disinclined to change the Apache LICENSE

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it doesn't think "complies" is a word?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or is it trying to infer which it should be from grammar rules or something?

@derobins derobins merged commit e6f16c0 into HDFGroup:develop Aug 17, 2022
@derobins derobins deleted the spelling_fixes branch March 27, 2024 18:00
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.

4 participants