-
Notifications
You must be signed in to change notification settings - Fork 99
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(ci): fix make clippy script and clippy CI job #220
Conversation
@petarvujovic98 there is some merge conflicts now as the ci was refactored |
@d1onys1us @Brechtpd Given the CI passes, this should be ready for review |
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, just one extra file, also there are some files that seem unrelated to CI / clippy; maybe that should be in a separate PR?
@d1onys1us The rust files with the changes are actual fixes that cause CI to fail with the new clippy set up. They were not checked properly before. |
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.
Looks good! Just added a comment about clippy specific script.
Configure the CI job to properly run clippy