mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
10 lines
342 B
TOML
10 lines
342 B
TOML
[tasks.check-style]
|
|
dependencies = ["check-format-flow", "clippy-each-feature"]
|
|
|
|
[tasks.check-format]
|
|
env = { LEPTOS_PROJECT_DIRECTORY = "../" }
|
|
args = ["fmt", "--", "--check", "--config-path", "${LEPTOS_PROJECT_DIRECTORY}"]
|
|
|
|
[tasks.clippy-each-feature]
|
|
command = "cargo"
|
|
args = ["hack", "clippy", "--all", "--each-feature", "--no-dev-deps"]
|