We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18206aa commit b3817cfCopy full SHA for b3817cf
qlty-check/src/planner/driver.rs
@@ -218,7 +218,7 @@ impl DriverPlanner {
218
workspace_root: self.workspace.root.clone(),
219
};
220
221
- for driver_target_batch in target_batcher.compute(&self.targets)? {
+ for driver_target_batch in target_batcher.compute(&targets)? {
222
let plugin_configs = if driver_target_batch.config_file.is_some() {
223
vec![driver_target_batch.config_file.unwrap().clone()]
224
} else {
0 commit comments