2023-02-25 19:22:13 +00:00
|
|
|
default_job = "clippy"
|
|
|
|
|
|
|
|
[jobs.clippy]
|
2023-02-25 19:51:36 +00:00
|
|
|
command = ["cargo", "clippy", "--all-targets", "--color", "always", "--workspace"]
|
2023-02-25 19:22:13 +00:00
|
|
|
need_stdout = false
|
2023-02-25 19:47:34 +00:00
|
|
|
watch = ["tests", "benches", "examples", "crates", "templates"]
|