keep-starknet-strange / cairo-lint

A collection of lints to catch common mistakes and improve your Cairo code.
20 stars 37 forks source link

Make the project usable as a scarb subcommand #4

Closed 0xLucqs closed 1 month ago

0xLucqs commented 3 months ago

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:

coxmars commented 2 months 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? 🫡

onlydustapp[bot] commented 2 months ago

Hey @coxmars! Thanks for showing interest. We've created an application for you to contribute to Cairo lint. Go check it out on OnlyDust!

0xLucqs commented 2 months ago

yes done