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

fix(api): lint #2899

Merged
merged 4 commits into from
Jun 18, 2018
Merged

fix(api): lint #2899

merged 4 commits into from
Jun 18, 2018

Conversation

fsamin
Copy link
Member

@fsamin fsamin commented Jun 15, 2018

  1. Description
  2. Related issues
  3. About tests
  4. Mentions

@ovh/cds

@fsamin fsamin requested review from yesnault, sguiheux and bnjjj June 15, 2018 12:19
@@ -85,7 +85,7 @@ func SetupPG(t log.Logger, bootstrapFunc ...Bootstrapf) (*gorp.DbMap, cache.Stor
if err != nil {
t.Fatalf("Unable to connect to redis: %v", err)
}
event.Cache = store
event.Initialize(event.KafkaConfig{}, store)

Choose a reason for hiding this comment

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

Error return value of event.Initialize is not checked

Copy link
Member Author

Choose a reason for hiding this comment

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

but tests...

@yesnault yesnault merged commit 5e89088 into master Jun 18, 2018
@fsamin fsamin deleted the fsamin/fix-2018-06-15-14-18-05 branch June 19, 2018 09:31
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.

5 participants