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

feat(clang-tidy): add .clang-tidy-ignore #9498

Merged
merged 9 commits into from
Nov 28, 2024

Conversation

yhisaki
Copy link
Contributor

@yhisaki yhisaki commented Nov 27, 2024

Description

In this PR, we've introduced a .clang-tidy-ignore file. By using this file and this Action, we can exclude specific files from the clang-tidy check.

Related links

How was this PR tested?

Tested in this Action.

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

@github-actions github-actions bot added the type:ci Continuous Integration (CI) processes and testing. (auto-assigned) label Nov 27, 2024
Copy link

github-actions bot commented Nov 27, 2024

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@github-actions github-actions bot added the component:common Common packages from the autoware-common repository. (auto-assigned) label Nov 27, 2024
@yhisaki yhisaki added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Nov 27, 2024
Copy link

codecov bot commented Nov 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 29.52%. Comparing base (a5e9d28) to head (d355d67).
Report is 23 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #9498   +/-   ##
=======================================
  Coverage   29.52%   29.52%           
=======================================
  Files        1439     1439           
  Lines      108510   108510           
  Branches    41504    41504           
=======================================
  Hits        32035    32035           
  Misses      73355    73355           
  Partials     3120     3120           
Flag Coverage Δ *Carryforward flag
differential 0.00% <ø> (?)
total 29.52% <ø> (ø) Carriedforward from 317b836

*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.

@github-actions github-actions bot removed the component:common Common packages from the autoware-common repository. (auto-assigned) label Nov 28, 2024
@yhisaki yhisaki marked this pull request as ready for review November 28, 2024 02:39
@yhisaki yhisaki requested a review from veqcc November 28, 2024 02:39
@github-actions github-actions bot added the component:common Common packages from the autoware-common repository. (auto-assigned) label Nov 28, 2024
@yhisaki yhisaki force-pushed the make-clang-tidy-required branch from 175df0a to 395cea0 Compare November 28, 2024 07:03
@github-actions github-actions bot removed the component:common Common packages from the autoware-common repository. (auto-assigned) label Nov 28, 2024
@yhisaki yhisaki requested review from xmfcx and mitsudome-r and removed request for takayuki5168, soblin, shmpwk and tkimura4 November 28, 2024 07:06
@github-actions github-actions bot added the component:common Common packages from the autoware-common repository. (auto-assigned) label Nov 28, 2024
Signed-off-by: Y.Hisaki <[email protected]>
@yhisaki yhisaki requested a review from manato as a code owner November 28, 2024 08:43
@yhisaki yhisaki requested a review from YoshiRi as a code owner November 28, 2024 08:43
@github-actions github-actions bot added component:perception Advanced sensor data processing and environment understanding. (auto-assigned) tag:require-cuda-build-and-test labels Nov 28, 2024
@github-actions github-actions bot removed the component:common Common packages from the autoware-common repository. (auto-assigned) label Nov 28, 2024
@github-actions github-actions bot added the component:common Common packages from the autoware-common repository. (auto-assigned) label Nov 28, 2024
Signed-off-by: Y.Hisaki <[email protected]>
@github-actions github-actions bot removed component:perception Advanced sensor data processing and environment understanding. (auto-assigned) component:common Common packages from the autoware-common repository. (auto-assigned) tag:require-cuda-build-and-test labels Nov 28, 2024
@yhisaki yhisaki removed request for manato and YoshiRi November 28, 2024 09:32
@yhisaki yhisaki merged commit c1bbd68 into autowarefoundation:main Nov 28, 2024
26 checks passed
@yhisaki yhisaki deleted the make-clang-tidy-required branch November 28, 2024 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) type:ci Continuous Integration (CI) processes and testing. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants