krata/hack/code/autofix.sh

9 lines
187 B
Bash
Raw Normal View History

2024-03-07 09:04:05 +00:00
#!/bin/sh
set -e
REAL_SCRIPT="$(realpath "${0}")"
cd "$(dirname "${REAL_SCRIPT}")/../.."
2024-03-07 16:40:06 +00:00
./hack/build/cargo.sh clippy --fix --allow-dirty --allow-staged
2024-03-14 14:03:11 +00:00
./hack/build/cargo.sh fmt --all