You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
It should be exactly the same config. We should not use different confings in our repos.
We could initially allow more lints to fail and fix them gradually.
There are also some lints in Substrate that could be fixed in Polkadot (I haven't actually checked, but in theory), e.g.
"-Aclippy::borrowed-box", # Reasonable to fix this one
I just want the same behavior across repos. Especially as a lot of clippy settings are very opinionated stuff or force you to do stuff in way that is more correct in theory, but doesn't change anything in practice.
Steps:
cargo clippy --fix
The text was updated successfully, but these errors were encountered: