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

fix: suppress spell check failure to ignore LOBF, bcnn, CTRV and DLCPU #6432

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

h-ohta
Copy link
Contributor

@h-ohta h-ohta commented Feb 16, 2024

Description

I fix spell check failures to ignore LOBF, bcnn, CTRV and DLCPU.
I followed ↓.

Related links

Tests performed

Notes for reviewers

Interface changes

Effects on system behavior

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.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.
  • The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

@github-actions github-actions bot added the component:perception Advanced sensor data processing and environment understanding. (auto-assigned) label Feb 16, 2024
@h-ohta h-ohta enabled auto-merge (squash) February 16, 2024 05:45
@h-ohta h-ohta added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Feb 16, 2024
Copy link

codecov bot commented Feb 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 14.79%. Comparing base (c09c176) to head (b8efcff).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6432   +/-   ##
=======================================
  Coverage   14.79%   14.79%           
=======================================
  Files        1917     1917           
  Lines      131984   131984           
  Branches    39228    39228           
=======================================
  Hits        19524    19524           
  Misses      90671    90671           
  Partials    21789    21789           
Flag Coverage Δ *Carryforward flag
differential 7.87% <ø> (?)
total 14.79% <ø> (ø) Carriedforward from c09c176

*This pull request uses carry forward flags. Click here to find out more.

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

Copy link
Contributor

@YoshiRi YoshiRi left a comment

Choose a reason for hiding this comment

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

Thanks, LGTM

@ambroise-arm
Copy link
Contributor

How is it decided when to add a word to the dictionary and when to ignore it in the codebase?

@h-ohta h-ohta changed the title fix: suppress spell check failure to ignore LOBF, bcnn, CTRV fix: suppress spell check failure to ignore LOBF, bcnn, CTRV and DLCPU Feb 21, 2024
@h-ohta
Copy link
Contributor Author

h-ohta commented Feb 21, 2024

@ambroise-arm
These words are not common because they are not in the dictionary and are only used in specific nodes.
So I decided them to ignore by codebase.

@h-ohta
Copy link
Contributor Author

h-ohta commented Feb 26, 2024

@soblin @yukkysaito @angry-crab Could you review this PR?

Copy link
Contributor

@yukkysaito yukkysaito left a comment

Choose a reason for hiding this comment

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

LGTM

@h-ohta h-ohta added run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) and removed run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) labels Feb 26, 2024
@h-ohta h-ohta disabled auto-merge March 1, 2024 00:50
@h-ohta h-ohta enabled auto-merge (squash) March 1, 2024 00:50
@h-ohta h-ohta force-pushed the fix/ignore_spell_check branch from eadd0a5 to 3430230 Compare March 1, 2024 01:28
@h-ohta
Copy link
Contributor Author

h-ohta commented Mar 1, 2024

For some reason, json-schema-check action is not working...
I'll close this PR and recreate it.

@h-ohta h-ohta closed this Mar 1, 2024
auto-merge was automatically disabled March 1, 2024 01:31

Pull request was closed

@h-ohta h-ohta reopened this Mar 1, 2024
@h-ohta h-ohta closed this Mar 1, 2024
@h-ohta h-ohta reopened this Mar 1, 2024
@h-ohta h-ohta enabled auto-merge (squash) March 1, 2024 01:51
@h-ohta
Copy link
Contributor Author

h-ohta commented Mar 1, 2024

@xmfcx This PR is blocked by json-schema-check.
Because it is specified as required action.
This PR don't edit schema.json or param.yaml.
Could you check and fix it ?

@HansRobo
Copy link
Member

HansRobo commented Mar 1, 2024

I made a pull-request for this problem.
#6524

@xmfcx xmfcx force-pushed the fix/ignore_spell_check branch from 3430230 to b8efcff Compare March 1, 2024 04:05
@h-ohta
Copy link
Contributor Author

h-ohta commented Mar 1, 2024

@angry-crab I appreciate it if you review this PR.

Copy link
Contributor

@angry-crab angry-crab left a comment

Choose a reason for hiding this comment

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

LGTM

@h-ohta h-ohta merged commit 833722b into main Mar 4, 2024
23 checks passed
@h-ohta h-ohta deleted the fix/ignore_spell_check branch March 4, 2024 02:46
@angry-crab
Copy link
Contributor

Appologies for late response

HansRobo pushed a commit that referenced this pull request Mar 12, 2024
#6432)

fix: suppress spell check failure to ignore LOBF, bcnn, CTRV
Signed-off-by: Kotaro Yoshimoto <[email protected]>
kaigohirao pushed a commit to kaigohirao/autoware.universe that referenced this pull request Mar 22, 2024
autowarefoundation#6432)

fix: suppress spell check failure to ignore LOBF, bcnn, CTRV
Signed-off-by: kaigohirao <[email protected]>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:perception Advanced sensor data processing and environment understanding. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants