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

DE-1369 Add gocritic linter #360

Merged
merged 10 commits into from
Dec 7, 2024
Merged

DE-1369 Add gocritic linter #360

merged 10 commits into from
Dec 7, 2024

Conversation

vtopc
Copy link
Contributor

@vtopc vtopc commented Dec 7, 2024

No description provided.

@@ -41,7 +41,8 @@ func (mg *MailgunImpl) GetTag(ctx context.Context, tag string) (Tag, error) {
r.setClient(mg.Client())
r.setBasicAuth(basicAuthUser, mg.APIKey())
var tagItem Tag
return tagItem, getResponseFromJSON(ctx, r, &tagItem)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bug!!!

@vtopc vtopc marked this pull request as ready for review December 7, 2024 12:20
@vtopc vtopc merged commit 8e3c3ac into master Dec 7, 2024
2 checks passed
@vtopc vtopc deleted the vtopc/DE-1369 branch December 7, 2024 12:20
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.

1 participant