lint: Update golangci-lint to v1.60 and fix issues #133
No reviewers
TrueCloudLab/storage-services-developers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-http-gw#133
Loading…
Reference in a new issue
No description provided.
Delete branch "elebedeva/frostfs-http-gw:feat/lint-update-version"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes a part of TrueCloudLab/frostfs-node#1280
Signed-off-by: Ekaterina Lebedeva ekaterina.lebedeva@yadro.com
@ -36,3 +36,3 @@
t.Run(tc.Name, func(t *testing.T) {
contentType, data, err := readContentType(uint64(len(tc.Expected)),
func(sz uint64) (io.Reader, error) {
func(_ uint64) (io.Reader, error) {
It's better don't use
_
Fixed!
@ -30,11 +30,6 @@ repos:
hooks:
- id: shellcheck
- repo: https://github.com/golangci/golangci-lint
Do we drop this because we always use local
golangci-lint
?Yes, I don't see the need to run
golangci-lint
two times in a row.26e683f90d
toc6875030f6
Update golangci-lint is done in PR #132, closing this one.
Pull request closed