-
Notifications
You must be signed in to change notification settings - Fork 673
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
ci(clang-tidy-differential): point to the new config #7729
Conversation
Signed-off-by: M. Fatih Cırıt <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: M. Fatih Cırıt <[email protected]>
@veqcc it failed the test: I think you need to either:
|
Thank you for informing me! |
- name: Mark the workflow as failed if the fixes.yaml file exists
if: ${{ steps.check-fixes-yaml-existence.outputs.exists == 'true' }}
run: |
exit 1
shell: bash This is the reason it is making the job fail. I'll leave the rest to you. |
I have fixed in autowarefoundation/autoware-github-actions#306 |
…ion#7729) Signed-off-by: M. Fatih Cırıt <[email protected]>
…ion#7729) Signed-off-by: M. Fatih Cırıt <[email protected]> Signed-off-by: palas21 <[email protected]>
…ion#7729) Signed-off-by: M. Fatih Cırıt <[email protected]>
Signed-off-by: M. Fatih Cırıt <[email protected]>
Description
This new config file we are pointing is located at
autoware/main/.clang-tidy-ci
.It is supposed to be less restrictive to make it a required check.
And we will make it more strict over time as we adjust existing code to adhere these new standards.
Related links
Follow up from:
Parent discussion:
How was this PR tested?
Notes for reviewers
Interface changes
None.
Effects on system behavior
None.