-
Notifications
You must be signed in to change notification settings - Fork 682
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
chore(ci): ignore perception/bytetrack/lib in spell-check-partial #4517
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!! Let me also add @manato as a reviewer, as he is the maintainer of the package.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for being late. LGTM!
But let me confirm someone who's in charge of this package: @manato @miursh @Shin-kyoto
Could you review this PR for us?
--
I think there were some options to address this bytetrack spell-check issue.
- Ignore some part of bytetrack <- this PR
- Add a dedicated dictionary for this package
- Fix all the spell-checks (discarding the upstream compatibility)
Would be great if you could share some rationale behind the decision among these as well 🙏 (Happy to consult with these options in detail in person if necessary)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ignoring ported library of bytetrack is good idea.
I think T4 perception team has discussed and agrees with this option since the codes in bytetrack/lib/ are all copied from https://github.com/ifzhang/ByteTrack.
Fixing spells in it is low priority because it is not essential.
…towarefoundation#4517) * chore(ci): ignore perception/bytetrack/lib in spell-check-partial * style(pre-commit): autofix --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
Ignore cspell errors in
perception/bytetrack/lib
, because the files are from external source and we want to keep the spell errors as a kind of bug-compatibility.Tests performed
Not applicable.
Effects on system behavior
Not applicable.
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.