-
Notifications
You must be signed in to change notification settings - Fork 668
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
feat(clang-tidy): add .clang-tidy-ignore #9498
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Y.Hisaki <[email protected]>
175df0a
to
395cea0
Compare
Signed-off-by: Y.Hisaki <[email protected]>
Signed-off-by: Y.Hisaki <[email protected]>
Signed-off-by: Y.Hisaki <[email protected]>
Signed-off-by: Y.Hisaki <[email protected]>
Signed-off-by: Y.Hisaki <[email protected]>
Signed-off-by: Y.Hisaki <[email protected]>
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.