We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9069459 commit b9c88dbCopy full SHA for b9c88db
1 file changed
justfile
@@ -116,7 +116,7 @@ ready:
116
cargo sqlx prepare --workspace
117
just format # format after codegen, so we don't have staged changes before lint-fix
118
just lint-fix
119
- just format # format after linting so we fmt resolved issues
+ just format # format after linting so we format potential linting writes
120
git diff --exit-code --quiet
121
122
# Creates a new crate
0 commit comments