leptos/cargo-make/lint.toml

11 lines
342 B
TOML
Raw Normal View History

[tasks.check-style]
2023-07-18 12:02:24 +00:00
dependencies = ["check-format-flow", "clippy-each-feature"]
[tasks.check-format]
env = { LEPTOS_PROJECT_DIRECTORY = "../" }
args = ["fmt", "--", "--check", "--config-path", "${LEPTOS_PROJECT_DIRECTORY}"]
2023-07-18 12:02:24 +00:00
[tasks.clippy-each-feature]
command = "cargo"
args = ["hack", "clippy", "--all", "--each-feature", "--no-dev-deps"]