Skip to content

Commit b677c32

Browse files
committed
build: Format before running clippy
1 parent 4dad6d4 commit b677c32

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

scripts/clippy.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
set -exuo pipefail
44
cd "$(dirname "$0")/.."
55

6-
cargo clippy --workspace --all-targets --fix --allow-dirty --allow-staged -- -D warnings
7-
86
cargo fmt
9-
7+
cargo clippy --workspace --all-targets --fix --allow-dirty --allow-staged -- -D warnings
108
git status -s

0 commit comments

Comments
 (0)