lints: move top-level lints to [workspace.lints] manifest table (#5935)

This commit is contained in:
Thomas Coratger
2024-01-04 14:38:02 +01:00
committed by GitHub
parent 17b75dd403
commit 9aa44093cf
128 changed files with 211 additions and 145 deletions

View File

@ -8,6 +8,9 @@ homepage.workspace = true
repository.workspace = true
description = "A basic ethereum payload builder for reth that uses the txpool API to build payloads."
[lints]
workspace = true
[dependencies]
# reth
reth-primitives.workspace = true
@ -26,4 +29,4 @@ tracing.workspace = true
[features]
# This is a workaround for reth-cli crate to allow this as mandatory dependency without breaking the build even if unused.
# This makes managing features and testing workspace easier because clippy always builds all members if --workspace is provided
optimism = []
optimism = []