Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: pruthvitd <[email protected]>
  • Loading branch information
pruthvitd committed Nov 26, 2024
1 parent be8df31 commit 360ccb2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ linters:
- bidichk
- bodyclose
- cyclop
# - deadcode
- deadcode
- decorder
# - depguard
- dogsled
Expand All @@ -124,23 +124,23 @@ linters:
- gocyclo
- gofmt
- gofumpt
#- golint
- golint
- gomnd
- gomodguard
- goprintffuncname
- gosec
- gosimple
- govet
- grouper
#- ifshort
- ifshort
- importas
- ineffassign
- interfacebloat
- lll
- logrlint
- maintidx
- makezero
# - maligned
- maligned
- misspell
# - nakedret
- nestif
Expand All @@ -155,9 +155,9 @@ linters:
- reassign
- revive
- rowserrcheck
#- scopelint
- scopelint
- sqlclosecheck
#- structcheck
- structcheck
- stylecheck
- tenv
- testpackage
Expand All @@ -168,7 +168,7 @@ linters:
- unparam
- unused
- usestdlibvars
#- varcheck
- varcheck
# - wastedassign
- whitespace
- wsl
Expand Down
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -414,9 +414,3 @@ ifeq ($(DOCKERCMD),docker)
else
@echo "docker-buildx is supported only with docker"
endif

fmt: ## Run go fmt against code.
go fmt ./...

vet: ## Run go vet against code.
go vet ./...
1 change: 0 additions & 1 deletion test/drenv/providers/minikube.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ def start(profile, verbose=False, timeout=None):
args.append("--alsologtostderr")

args.append("--insecure-registry=host.minikube.internal:5000")
args.append("--force")

# TODO: Use --interactive=false when the bug is fixed.
# https://github.com/kubernetes/minikube/issues/19518
Expand Down

0 comments on commit 360ccb2

Please sign in to comment.