starknet-rs
starknet-rs copied to clipboard
Add linters
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