Skip to content

Commit

Permalink
Fix precious.toml to use new keys
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Apr 4, 2024
1 parent 79b7adc commit 012a3e4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions precious.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ lint_failure_exit_codes = [1]
[commands.clippy]
type = "lint"
include = "**/*.rs"
run_mode = "root"
chdir = true
cmd = [ "cargo", "clippy", "--locked", "--all-targets", "--all-features", "--", "-D", "clippy::all" ]
invoke = "once"
path-args = "none"
working-dir = "root"
cmd = [ "cargo", "clippy", "--locked", "--all-targets", "--all-features", "--", "-D", "clippy::all" ]
ok_exit_codes = 0
lint_failure_exit_codes = 101
expect_stderr = true
Expand Down

0 comments on commit 012a3e4

Please sign in to comment.