Appease lints in remaining crates#284
Conversation
|
FYI so long as there are no conflicts there's no reason to merge main into this branch. Now if you merge without squashing, those empty merge commits will be in the history. :( |
Signed-off-by: Tamir Duberstein <tamird@gmail.com>
This was missed in a37021a. Signed-off-by: Tamir Duberstein <tamird@gmail.com>
Signed-off-by: Tamir Duberstein <tamird@gmail.com>
Oddly, this removes the dep on spiffe-rustls, which was unused. Signed-off-by: Tamir Duberstein <tamird@gmail.com>
Signed-off-by: Tamir Duberstein <tamird@gmail.com>
Exclude spiffe-fuzz from dependency policy. Signed-off-by: Tamir Duberstein <tamird@gmail.com>
@tamird Thanks for the clarification, makes sense. I’ll use |
|
Anything else you'd like to see here? |
I haven't had the chance to do a full review yet. Maintaining this repo is best-effort alongside my day job and other commitments, so reviews sometimes take a bit of time. I'll do a thorough pass when I can grab a proper block of time and leave consolidated feedback. Appreciate your patience. |
|
@tamird , sorry for the delayed review, and thanks for the cleanup here, this is overall solid. I appreciate the attention to linting and consistency across the workspace. One change I’d like before merging:
A couple of small clarifications would also help future maintainability:
For future PRs, it would help reviewability to keep changes more scoped where possible (for example: lint-only, dependency changes, or behavior/API changes in separate PRs). It makes it easier to reason about impact and speeds up reviews. Happy to re-review once these are addressed. |
This seems like it could be done in another PR, right? Since this one doesn't change the visibility.
My rationale is that
I don't recall, it's been too long. That said,
Ack. Because stacking PRs in Github isn't really a thing I tend to prefer to write a single PR with many commits. Github is not very good at reviewing these, but reviewable.io is. I've been using it for over a decade -- it's worth a look if you haven't tried it.
I think there aren't any code changes required? I can edit the PR description with what I wrote above (or you can) but jI want to gently remind you to please not squash this on merge. |
Please see (and keep) individual commits.
This change is