-
Notifications
You must be signed in to change notification settings - Fork 78
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 deepsource VET-V0007 unkeyed composite literals #1837
Conversation
Signed-off-by: kevindiu <kevindiujp@gmail.com>
[CHATOPS:HELP] ChatOps commands.
|
Codecov ReportBase: 50.23% // Head: 30.57% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1837 +/- ##
===========================================
- Coverage 50.23% 30.57% -19.67%
===========================================
Files 231 367 +136
Lines 13464 33777 +20313
===========================================
+ Hits 6764 10328 +3564
- Misses 6499 23037 +16538
- Partials 201 412 +211
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
/format |
Should run |
[FORMAT] Updating license headers and formatting go codes triggered by vankichi. |
Signed-off-by: Vdaas CI <vald@vdaas.org>
Deploying with Cloudflare Pages
|
[WARNING:INTCFG] Changes in |
hack/gorules/rules.go
Outdated
@@ -1,16 +1,18 @@ | |||
// |
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 🐶
File is not gofumpt
-ed (gofumpt)
hack/gorules/rules.go
Outdated
// Copyright (C) 2019-2022 vdaas.org vald team <vald@vdaas.org> | ||
// | ||
// Licensed under the Apache License, Version 2.0 (the "License"); | ||
// you may not use this file except in compliance with the License. | ||
// You may obtain a copy of the License at | ||
// | ||
// https://www.apache.org/licenses/LICENSE-2.0 | ||
// https://www.apache.org/licenses/LICENSE-2.0 |
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 🐶
File is not gofumpt
-ed (gofumpt)
hack/gorules/rules.go
Outdated
// | ||
// Unless required by applicable law or agreed to in writing, software | ||
// distributed under the License is distributed on an "AS IS" BASIS, | ||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
// |
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 🐶
File is not gofumpt
-ed (gofumpt)
This reverts commit 1c3573a.
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.
LGTM
Signed-off-by: kevindiu kevindiujp@gmail.com
Description:
SSIA
Related Issue:
Versions:
Checklist:
Special notes for your reviewer: