taikoxyz / raiko

Multi-proofs for Taiko. SNARKS, STARKS and Trusted Execution Enclave. Our previous ZK-EVM circuits are deprecated.
Apache License 2.0
96 stars 75 forks source link

feat(ci): fix make clippy script and clippy CI job #220

Closed petarvujovic98 closed 1 week ago

petarvujovic98 commented 1 month ago

Configure the CI job to properly run clippy

d1onys1us commented 2 weeks ago

@petarvujovic98 there is some merge conflicts now as the ci was refactored

petarvujovic98 commented 1 week ago

@d1onys1us @Brechtpd Given the CI passes, this should be ready for review

petarvujovic98 commented 1 week ago

@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.