Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable unused_crate_dependencies lint #222

Merged
merged 1 commit into from
Mar 1, 2024
Merged

Conversation

edmorley
Copy link
Member

@edmorley edmorley commented Mar 1, 2024

For parity with our other CNBs.

This lint wasn't enabled previously, due to many false positives from the binary utils having previously been part of the main crate - however, they've since been split out into the go-utils crate in this repo.

Enabling this lint found some unused/mis-categorised deps, which have now been fixed.

GUS-W-15212853.

For parity with our other CNBs.

This lint wasn't enabled previously, due to many false positives from the
binary utils having previously been part of the main crate - however, they've
since been split out into the `go-utils` crate in this repo.

Enabling this lint found some unused/mis-categorised deps, which have now
been fixed.
@edmorley edmorley self-assigned this Mar 1, 2024
@edmorley edmorley marked this pull request as ready for review March 1, 2024 12:06
@edmorley edmorley requested review from joshwlewis and a team as code owners March 1, 2024 12:06
@edmorley edmorley enabled auto-merge (squash) March 1, 2024 12:07
@edmorley edmorley merged commit 0dee3df into main Mar 1, 2024
5 checks passed
@edmorley edmorley deleted the edmorley/enable-lint branch March 1, 2024 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants