-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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(kratos): linter #2746
fix(kratos): linter #2746
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #2746 +/- ##
==========================================
+ Coverage 84.74% 84.78% +0.04%
==========================================
Files 88 88
Lines 3893 3891 -2
==========================================
Hits 3299 3299
+ Misses 419 418 -1
+ Partials 175 174 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
} else { | ||
kv, err := e.getConfig(ns) | ||
if err != nil { | ||
log.Errorf("apollo get config failed,err:%v", err) | ||
continue | ||
} | ||
kvs = append(kvs, kv) | ||
} |
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.
if err := c.logger.Log(level, kvs...); err != nil { | ||
return err | ||
} | ||
return nil |
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.
92f377e
to
5a44b27
Compare
Description (what this PR does / why we need it):
Which issue(s) this PR fixes (resolves / be part of):
Other special notes for the reviewers: