Skip to content

Commit

Permalink
build: hurlfmt is not stable enough
Browse files Browse the repository at this point in the history
hurlfmt check always returns non-zero exit code
Orange-OpenSource/hurl#2919
  • Loading branch information
azzamsa committed Jun 13, 2024
1 parent 0edd332 commit 4863f9a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,11 @@ image-restart:
fmt:
cargo fmt --all
dprint fmt
hurlfmt tests/api-collection/**/*.hurl --in-place

# Check is the codebase properly formatted.
fmt-check:
cargo fmt --all -- --check
dprint check
hurlfmt tests/api-collection/**/*.hurl --check

# Lint the codebase.
lint:
Expand Down

0 comments on commit 4863f9a

Please sign in to comment.