You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The check output (Displaying files to be reformatted) are written to stdout,
while Parsing/IO Error are written to stderr.
It is possible to have both of them (one file in error does not prevent the other files to be processed)
$ hurlfmt --check test1.hurl test2.hurl test3.hurl
error: Parsing space
--> test1.hurl:1:4
|
1 | GET
| ^ expecting a space
|
Would reformat: test2.hurl
1 file would be reformatted
LinterError are not easily maintained and not really useful.
We will simply delete them and simplify the
hurlfmt --check
usage as followThe text was updated successfully, but these errors were encountered: