-
Notifications
You must be signed in to change notification settings - Fork 750
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
adapters package fixes reported by go vet #2955
Conversation
# github.com/prebid/prebid-server/adapters/rubicon adapters/rubicon/rubicon_test.go:293:9: GetRate passes lock by value: github.com/prebid/prebid-server/adapters/rubicon.mockCurrencyConversion contains github.com/stretchr/testify/mock.Mock contains sync.Mutex adapters/rubicon/rubicon_test.go:298:9: GetRates passes lock by value: github.com/prebid/prebid-server/adapters/rubicon.mockCurrencyConversion contains github.com/stretchr/testify/mock.Mock contains sync.Mutex
# github.com/prebid/prebid-server/adapters/taboola adapters/taboola/taboola.go:256:13: result of fmt.Errorf call not used
# github.com/prebid/prebid-server/openrtb_ext openrtb_ext/imp_adnuntius.go:6:2: struct field tag `json:noCookies` not compatible with reflect.StructTag.Get: bad syntax for struct tag value
# github.com/prebid/prebid-server/adapters/huaweiads adapters/huaweiads/huaweiads.go:905:14: result of fmt.Errorf call not used
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please contact Huawei, Taboola, and Adnuntius at their support email addresses and give them up to 7 days to review the changes to their adapter in this PR.
@clho40 PR makes changes in Huaweiads adapter code. Please let us know your thoughts in regards of the proposed changes. Prebid team previously tried to reach out to Huaweiads via email. But mail bounced off |
LGTM |
@clho40 also requesting to create separate PR to update Huaweiads working email address |
# Conflicts: # openrtb_ext/imp_adnuntius.go
Refer #2954 for details.