reilabs / hieratika

Efforts to compile LLVM bytecode to run on top of the CairoVM and hence execute provably on Starknet
http://starknet.io
Apache License 2.0
1 stars 0 forks source link

Fix the clippy check precommit hook #71

Closed iamrecursion closed 1 month ago

iamrecursion commented 1 month ago

Summary

It turns out that clippy-driver can only accept single files as input, while lint-staged calls by default with batches of files. This uses the JS configuration option to instead create a separate task for each Rust file that needs to be linted.

Details

N/A

Checklist