reflow clippy in engage file
This commit is contained in:
parent
3b05417246
commit
838550536a
1 changed files with 9 additions and 1 deletions
10
engage.toml
10
engage.toml
|
@ -80,7 +80,15 @@ RUSTDOCFLAGS="-D warnings" cargo doc \
|
||||||
[[task]]
|
[[task]]
|
||||||
name = "cargo-clippy"
|
name = "cargo-clippy"
|
||||||
group = "lints"
|
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]]
|
[[task]]
|
||||||
name = "lychee"
|
name = "lychee"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue