-
Notifications
You must be signed in to change notification settings - Fork 2
fix: comment out pre-commit clang-tidy for CI #62
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
Conversation
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
5eae1ec to
66c9e41
Compare
f7e0d32 to
58e440c
Compare
chokobole
left a comment
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.
LGTM
Comments out clang-tidy as part of pre-commit as it was causing CI failures. See https://github.com/zk-rabbit/zkir/actions/runs/16904324348/job/47890440254. TODO: fix in future
58e440c to
dee4586
Compare
batzor
left a comment
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.
LGTM
quanxi1
left a comment
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.
LGTM
This PR is done on top of commit e71eef0, which was failing the pre-commit clang-tidy CI.
See https://github.com/zk-rabbit/zkir/actions/runs/16904324348/job/47890440254 for more details on the CI run failures.
Clang-tidy will be reinstated in the future, but commented out for now for a quick fix. This still works locally, though, so uncomment it as needed.