Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix argument handling in
rustic-cargo-clippy-rerun
This fixes two separate bugs. The first caused `rustic-cargo-clippy-rerun` to not pass any effective arguments to `rustic-cargo-clippy-run`, so the resulting run would always have no arguments. The second causes `rustic-cargo-clippy-rerun` to pass `rustic-clippy-arguments` even when it's not set. This was inconsistent with `rustic-cargo-clippy` which would fall back to `rustic-default-clippy-arguments` when `rustic-clippy-arguments` was empty.
- Loading branch information