-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add lint to CI include checking for cmake-format, clang-format and license header #30
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking this on. Some initial thoughts.
534e55d
to
f53261f
Compare
Hi @westonpace , please help to re-run and trigger the check again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some small suggestions and then I think this is good to go.
I'm not sure why the build is not running. Perhaps you need to rebase to get the latest github workflows? |
https://github.com/substrait-io/substrait-cpp/actions/runs/4459109898/workflow |
c518d9a
to
ec3a0ce
Compare
check failed due to file |
04f50de
to
1e6f292
Compare
This PR should be the first PR of issue #15, and then the second [PR](#30) will use this for lint check. - please see https://github.com/apache/skywalking-eyes for license check - run-clang-tidy.py : a python script used to check cpp project with clang-tidy Co-authored-by: chaojun-zhang <zcj23085@gmail.com>
I've merged #37. Do you want to rebase now? If it's still failing or we need changes to those files that are checked in then let me know and I should have some time to work it out on Friday too. |
c70082d
to
3415253
Compare
…rma and license header
Rebased and finally passed |
I'm looking forward to this one, it'll be nice to have something to catch when I forget the license headers! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this help!
This PR should be the first PR of issue substrait-io#15, and then the second [PR](substrait-io#30) will use this for lint check. - please see https://github.com/apache/skywalking-eyes for license check - run-clang-tidy.py : a python script used to check cpp project with clang-tidy Co-authored-by: chaojun-zhang <zcj23085@gmail.com>
This PR should be the first PR of issue substrait-io#15, and then the second [PR](substrait-io#30) will use this for lint check. - please see https://github.com/apache/skywalking-eyes for license check - run-clang-tidy.py : a python script used to check cpp project with clang-tidy Co-authored-by: chaojun-zhang <zcj23085@gmail.com>
Add lint to CI include checking for cmake-format, clang-format and license header, see #15