Skip to content

feature: introduce type check ci job - #10960

Open
Rich-T-kid wants to merge 7 commits into
apache:mainfrom
Rich-T-kid:rich-T-kid/introduce-spell-check
Open

feature: introduce type check ci job#10960
Rich-T-kid wants to merge 7 commits into
apache:mainfrom
Rich-T-kid:rich-T-kid/introduce-spell-check

Conversation

@Rich-T-kid

@Rich-T-kid Rich-T-kid commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Rationale for this change

see #10943 (comment)

What changes are included in this PR?

add .github/ci/scripts/typos_check.sh & typo's job to the CI

Are these changes tested?

not sure how to test this

Are there any user-facing changes?

yes, users PR's will show a ci failure if they have typos in comments

@@ -0,0 +1,69 @@
#!/usr/bin/env bash

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

this script and the ci job are pretty much just copied from datafusion. it doesnt look like theres any reason to change it but I may be wrong

@Jefffrey Jefffrey added the development-process Related to development process of arrow-rs label Sep 2, 2026
@Rich-T-kid

Copy link
Copy Markdown
Contributor Author

should I fix the spelling errors in this PR or in a separate one?

any thoughts @Jefffrey

@Jefffrey

Jefffrey commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

ideally this one, but a lot of them seem to be false positives

@github-actions github-actions Bot added parquet Changes to the parquet crate arrow Changes to the arrow crate arrow-avro arrow-avro crate labels Sep 2, 2026
@github-actions github-actions Bot added arrow-flight Changes to the arrow-flight crate parquet-variant parquet-variant* crates arrow-json arrow-csv arrow-cast labels Sep 2, 2026
@Rich-T-kid

Copy link
Copy Markdown
Contributor Author

ideally this one, but a lot of them seem to be false positives

true, tried to trim them down as much as possible. at least now PR's wont be able to have vague 1/2 letter variable names 😆

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

Labels

arrow Changes to the arrow crate arrow-avro arrow-avro crate arrow-cast arrow-csv arrow-flight Changes to the arrow-flight crate arrow-json arrow-schema development-process Related to development process of arrow-rs parquet Changes to the parquet crate parquet-variant parquet-variant* crates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add typo/spellcheck CI action for doc comments

2 participants