replace deprecated linters (#88)
This commit is contained in:
Родитель
fb21ee1dad
Коммит
de2c864e04
|
@ -10,15 +10,14 @@ linters:
|
|||
- gocyclo
|
||||
- gofmt
|
||||
- goimports
|
||||
- golint
|
||||
- gosec
|
||||
- gosimple
|
||||
- govet
|
||||
- ineffassign
|
||||
- interfacer
|
||||
- misspell
|
||||
- nakedret
|
||||
- prealloc
|
||||
- revive
|
||||
- staticcheck
|
||||
- structcheck
|
||||
- unconvert
|
||||
|
|
2
Makefile
2
Makefile
|
@ -38,7 +38,7 @@ KUSTOMIZE_VER := v4.1.2
|
|||
KUSTOMIZE_BIN := kustomize
|
||||
KUSTOMIZE := $(TOOLS_BIN_DIR)/$(KUSTOMIZE_BIN)-$(KUSTOMIZE_VER)
|
||||
|
||||
GOLANGCI_LINT_VER := v1.38.0
|
||||
GOLANGCI_LINT_VER := v1.41.1
|
||||
GOLANGCI_LINT_BIN := golangci-lint
|
||||
GOLANGCI_LINT := $(TOOLS_BIN_DIR)/$(GOLANGCI_LINT_BIN)-$(GOLANGCI_LINT_VER)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче