chore: enable clippy on all targets

inline
Florian Dehau 2 years ago
parent d05e696d45
commit d25e263b8e

@ -90,6 +90,7 @@ command = "cargo"
condition = { env_set = ["TUI_FEATURES"] }
args = [
"clippy",
"--all-targets",
"--no-default-features",
"--features",
"${TUI_FEATURES}",

Loading…
Cancel
Save