-
Notifications
You must be signed in to change notification settings - Fork 77
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
Update license headers / Format codes #2346
Conversation
Signed-off-by: Vdaas CI <vald@vdaas.org>
Deploying with Cloudflare Pages
|
[WARNING:INTCFG] Changes in |
[CHATOPS:HELP] ChatOps commands.
|
@@ -39,7 +39,7 @@ type Servers struct { | |||
MetricsServers []*Server `json:"metrics_servers" yaml:"metrics_servers"` | |||
|
|||
// StartUpStrategy represent starting order of server name | |||
StartUpStrategy []string `json:"startup_strategy" yaml:"startup_strategy"` | |||
StartUpStrategy []string `json:"startup_strategy" yaml:"startup_strategy"` |
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.
🚫 [golangci] reported by reviewdog 🐶
tag is not aligned , should be: json:"startup_strategy" yaml:"startup_strategy" (tagalign)
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2346 +/- ##
=======================================
Coverage 18.70% 18.70%
=======================================
Files 548 548
Lines 73641 73641
=======================================
+ Hits 13771 13775 +4
+ Misses 59137 59133 -4
Partials 733 733 ☔ View full report in Codecov by Sentry. |
Fixed by #2347 |
Update license headers / Format Go codes and YAML files.