We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f065574 commit 2bbe82fCopy full SHA for 2bbe82f
src/lib.rs
@@ -175,6 +175,7 @@ pub fn do_lint(
175
Some(repo.get_merge_base_with(&merge_base_with)?)
176
}
177
};
178
+ debug!("Relative to: {:?}", relative_to);
179
repo.get_changed_files(relative_to.as_deref())?
180
181
PathsOpt::PathsCmd(paths_cmd) => get_paths_from_cmd(&paths_cmd)?,
0 commit comments