mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-06-27 16:35:59 +00:00
Merge branch 'patch-1' into 'next'
Delete engage.toml See merge request famedly/conduit!732
This commit is contained in:
commit
98f37acbe0
1 changed files with 0 additions and 79 deletions
79
engage.toml
79
engage.toml
|
@ -1,79 +0,0 @@
|
||||||
interpreter = ["bash", "-euo", "pipefail", "-c"]
|
|
||||||
|
|
||||||
[[task]]
|
|
||||||
group = "versions"
|
|
||||||
name = "engage"
|
|
||||||
script = "engage --version"
|
|
||||||
|
|
||||||
[[task]]
|
|
||||||
group = "versions"
|
|
||||||
name = "rustc"
|
|
||||||
script = "rustc --version"
|
|
||||||
|
|
||||||
[[task]]
|
|
||||||
group = "versions"
|
|
||||||
name = "cargo"
|
|
||||||
script = "cargo --version"
|
|
||||||
|
|
||||||
[[task]]
|
|
||||||
group = "versions"
|
|
||||||
name = "cargo-fmt"
|
|
||||||
script = "cargo fmt --version"
|
|
||||||
|
|
||||||
[[task]]
|
|
||||||
group = "versions"
|
|
||||||
name = "rustdoc"
|
|
||||||
script = "rustdoc --version"
|
|
||||||
|
|
||||||
[[task]]
|
|
||||||
group = "versions"
|
|
||||||
name = "cargo-clippy"
|
|
||||||
script = "cargo clippy -- --version"
|
|
||||||
|
|
||||||
[[task]]
|
|
||||||
group = "versions"
|
|
||||||
name = "lychee"
|
|
||||||
script = "lychee --version"
|
|
||||||
|
|
||||||
[[task]]
|
|
||||||
group = "lints"
|
|
||||||
name = "cargo-fmt"
|
|
||||||
script = "cargo fmt --check -- --color=always"
|
|
||||||
|
|
||||||
[[task]]
|
|
||||||
group = "lints"
|
|
||||||
name = "cargo-doc"
|
|
||||||
script = """
|
|
||||||
RUSTDOCFLAGS="-D warnings" cargo doc \
|
|
||||||
--workspace \
|
|
||||||
--no-deps \
|
|
||||||
--document-private-items \
|
|
||||||
--color always
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[task]]
|
|
||||||
group = "lints"
|
|
||||||
name = "cargo-clippy"
|
|
||||||
script = "cargo clippy --workspace --all-targets --color=always -- -D warnings"
|
|
||||||
|
|
||||||
[[task]]
|
|
||||||
group = "lints"
|
|
||||||
name = "taplo-fmt"
|
|
||||||
script = "taplo fmt --check --colors always"
|
|
||||||
|
|
||||||
[[task]]
|
|
||||||
group = "lints"
|
|
||||||
name = "lychee"
|
|
||||||
script = "lychee --offline docs"
|
|
||||||
|
|
||||||
[[task]]
|
|
||||||
group = "tests"
|
|
||||||
name = "cargo"
|
|
||||||
script = """
|
|
||||||
cargo test \
|
|
||||||
--workspace \
|
|
||||||
--all-targets \
|
|
||||||
--color=always \
|
|
||||||
-- \
|
|
||||||
--color=always
|
|
||||||
"""
|
|
Loading…
Add table
Add a link
Reference in a new issue