starknet-rs icon indicating copy to clipboard operation
starknet-rs copied to clipboard

Add linters

Open aniketpr01 opened this issue 8 months ago • 7 comments

PR: https://github.com/xJonathanLEI/starknet-rs/issues/596

Add linters as referenced from reth repo with below exceptions which can be added later. Exceptions till now: rust.missing_docs = "allow" rust.unreachable_pub = "allow" type-repetition-in-bound = "allow"

Added PR to ignore linter changes affecting codegen.rs PR: https://github.com/xJonathanLEI/starknet-jsonrpc-codegen/pull/5

aniketpr01 avatar Jun 06 '24 06:06 aniketpr01