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): determine error using exit_code #329

Merged
merged 3 commits into from
Dec 11, 2024

Conversation

kobayu858
Copy link
Contributor

Description

Refactored error determination for CI when using run-clang-tidy because it was not working properly.
Instead of looking for errors in the log with grep, change to determine them by exit_code in run-clang-tidy.

Related links

How was this PR tested?

Tested on this PR.

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

Signed-off-by: kobayu858 <[email protected]>
Signed-off-by: kobayu858 <[email protected]>
@kobayu858 kobayu858 requested a review from veqcc December 10, 2024 08:13
clang-tidy/action.yaml Outdated Show resolved Hide resolved
Signed-off-by: kobayu858 <[email protected]>
@veqcc
Copy link
Contributor

veqcc commented Dec 11, 2024

@xmfcx @mitsudome-r
Could you review and approve it?
After clang-tidy command was replaced by run-clang-tidy in this PR, the pattern matching is not working and all the workflows end up with success.

@veqcc veqcc merged commit f959598 into autowarefoundation:main Dec 11, 2024
11 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants