reflow clippy in engage file

This commit is contained in:
Charles Hall 2024-04-27 16:10:31 -07:00 committed by June
parent 3b05417246
commit 838550536a
1 changed files with 9 additions and 1 deletions

View File

@ -80,7 +80,15 @@ RUSTDOCFLAGS="-D warnings" cargo doc \
[[task]]
name = "cargo-clippy"
group = "lints"
script = "cargo clippy --workspace --all-targets --all-features --color=always -- -D warnings"
script = """
cargo clippy \
--workspace \
--all-targets \
--all-features \
--color=always \
-- \
-D warnings
"""
[[task]]
name = "lychee"