Skip to content

Commit 9069459

Browse files
format before lint
1 parent 3baf2a3 commit 9069459

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

justfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,9 @@ ready:
114114
cargo run -p docs_codegen
115115
cargo run -p xtask_codegen -- bindings
116116
cargo sqlx prepare --workspace
117+
just format # format after codegen, so we don't have staged changes before lint-fix
117118
just lint-fix
118-
just format
119+
just format # format after linting so we fmt resolved issues
119120
git diff --exit-code --quiet
120121

121122
# Creates a new crate

0 commit comments

Comments
 (0)