reflow clippy in engage file
This commit is contained in:
parent
3b05417246
commit
838550536a
10
engage.toml
10
engage.toml
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue