leptos/cargo-make/lint.toml
2023-07-18 08:02:24 -04:00

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"]