Closed 0xLucqs closed 1 month ago
Hi @0xLucqs, I've been really enjoying contributing to this project and would love to take on this issue. Could you please assign it to me? 🫡
Hey @coxmars! Thanks for showing interest. We've created an application for you to contribute to Cairo lint. Go check it out on OnlyDust!
yes done
Using clap write the
cairo-lint-cli
crate so it can be used as scarb subcommand. It should fetch the path to the corelib using scarb metadata and should process the command arguments using scarb ui. Here is an example of such an integration Currently the capabilities should be:cairo-lint check
(this would check the whole workspace and print the diagnostics)cairo-lint fix
(fix all the diagnostics reported by cairo-lint in place) Feel free to suggest other commands as well