summaryrefslogtreecommitdiff
path: root/pre-commit
blob: 5055d4bdaaae2ad24066caedbe58cdaee4d9fd28 (plain)
1
2
3
4
5
6
#!/bin/sh

cd $(git rev-parse --show-toplevel)
cargo fmt || exit 1
cargo clippy -- -D warnings || exit 1
git add -u src