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
I ran qlty check from a subdirectory of the repository, and it crashed:
I believe the issue relates to the fact that it was run in a subdir of the root. Trying again from the root worked OK.
➜ remix git:(bh-sync-billing) qlty check
UNFORMATTED FILES: 1
✖ remix/.env.example
✔ Format these files? [Yes/no] · Y
thread '<unnamed>' panicked at qlty-analysis/src/workspace_entries/args_source.rs:38:35:
called `Result::unwrap()` on an `Err` value: WithPath { path: "remix/.env.example", err: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" }) }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread '<unnamed>' panicked at qlty-check/src/planner/plugin.rs:120:56:
called `Result::unwrap()` on an `Err` value: PoisonError { .. }
thread '<unnamed>' panicked at qlty-check/src/planner/plugin.rs:120:56:
called `Result::unwrap()` on an `Err` value: PoisonError { .. }
thread '<unnamed>' panicked at qlty-check/src/planner/plugin.rs:120:56:
called `Result::unwrap()` on an `Err` value: PoisonError { .. }
thread '<unnamed>' panicked at qlty-check/src/planner/plugin.rs:120:56:
called `Result::unwrap()` on an `Err` value: PoisonError { .. }
thread '<unnamed>' panicked at qlty-check/src/planner/plugin.rs:120:56:
called `Result::unwrap()` on an `Err` value: PoisonError { .. }
thread '<unnamed>' panicked at qlty-check/src/planner/plugin.rs:120:56:
called `Result::unwrap()` on an `Err` value: PoisonError { .. }
thread '<unnamed>' panicked at qlty-check/src/planner/plugin.rs:120:56:
called `Result::unwrap()` on an `Err` value: PoisonError { .. }
thread '<unnamed>' panicked at qlty-check/src/planner/plugin.rs:120:56:
called `Result::unwrap()` on an `Err` value: PoisonError { .. }
thread '<unnamed>' panicked at qlty-check/src/planner/plugin.rs:120:56:
called `Result::unwrap()` on an `Err` value: PoisonError { .. }
thread '<unnamed>' panicked at qlty-check/src/planner/plugin.rs:120:56:
called `Result::unwrap()` on an `Err` value: PoisonError { .. }
thread '<unnamed>' panicked at qlty-check/src/planner/plugin.rs:120:56:
called `Result::unwrap()` on an `Err` value: PoisonError { .. }
thread '<unnamed>' panicked at qlty-check/src/planner/plugin.rs:120:56:
called `Result::unwrap()` on an `Err` value: PoisonError { .. }
thread '<unnamed>' panicked at qlty-check/src/planner/plugin.rs:120:56:
called `Result::unwrap()` on an `Err` value: PoisonError { .. }
thread '<unnamed>' panicked at qlty-check/src/planner/plugin.rs:120:56:
called `Result::unwrap()` on an `Err` value: PoisonError { .. }
thread '<unnamed>' panicked at qlty-check/src/planner/plugin.rs:120:56:
called `Result::unwrap()` on an `Err` value: PoisonError { .. }
What happened?
I ran
qlty check
from a subdirectory of the repository, and it crashed:I believe the issue relates to the fact that it was run in a subdir of the root. Trying again from the root worked OK.
What did you expect to happen?
Success
Can you reproduce the problem?
Yes, consistently
CLI Version
qlty 0.472.0 macos-arm64 (e6ba9f1 2025-01-14)
Relevant log output
The text was updated successfully, but these errors were encountered: