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

chore: Fix lint error #11714

Merged
merged 1 commit into from
Sep 3, 2024
Merged

chore: Fix lint error #11714

merged 1 commit into from
Sep 3, 2024

Conversation

ajsutton
Copy link
Contributor

@ajsutton ajsutton commented Sep 2, 2024

Description

golangci-lint v1.60.2 seems to report a new error when performing a nil check and length != 0 on maps. We're not using this version in CI yet but fix the error to simplify the code and provide for a future upgrade.

golangci-lint v1.60.2 seems to report a new error when performing a nil check and length != 0 on maps. We're not using this version in CI yet but fix the error to simplify the code and provide for a future upgrade.
@ajsutton ajsutton requested a review from a team as a code owner September 2, 2024 23:09
@tynes tynes added this pull request to the merge queue Sep 3, 2024
Merged via the queue into develop with commit 5b907dc Sep 3, 2024
56 checks passed
@tynes tynes deleted the aj/fix-lint branch September 3, 2024 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants