keep-starknet-strange / cairo-lint

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

Add `clone_on_copy` lint #7

Open 0xLucqs opened 2 months ago

0xLucqs commented 2 months ago

Detect whenever .clone() is called on a type that implements copy. Clippy description

jimenezz22 commented 2 months ago

Hi @0xLucqs Can I help you with this issue? I am Luis from Dojo Coding Community, with experience in Cairo and OSS

0xLucqs commented 2 months ago

Sure let’s go! Don’t hesitate to ping me if you need help

fishonamos commented 1 month ago

I can take this @0xLucqs.

jimenezz22 commented 1 month ago

I'm still working on this