1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-07-30 03:38:31 +00:00

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

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"