Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
🚨 Make linter more pedantic and check all files on commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TilBlechschmidt committed Mar 6, 2021
1 parent 1547f7d commit 690d0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rusty-hook.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[hooks]
pre-commit = "cd core && cargo fmt --all && cargo clippy -- -D warnings"
pre-commit = "cd core && cargo fmt --all && find src -name '*.rs' | xargs touch && cargo clippy -- -D warnings"

[logging]
verbose = true

0 comments on commit 690d0b3

Please sign in to comment.