Skip to content

Commit

Permalink
lint: hide all (proxy can't find package)
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0Vu committed Oct 23, 2023
1 parent 5810498 commit f9fac7e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions client/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ default: lint test
lint:
# cd ../tools && go install github.com/golangci/golangci-lint/cmd/golangci-lint
# $(GOPATH)/bin/golangci-lint run -e gosec ./... --timeout=2m
cd ../ test && go install honnef.co/go/tools/cmd/[email protected]
$(GOPATH)/bin/staticcheck ./...
# cd ../ test && go install honnef.co/go/tools/cmd/[email protected]
# $(GOPATH)/bin/staticcheck ./...
go vet ./...
go fmt ./...
go mod tidy
Expand Down
4 changes: 2 additions & 2 deletions genconfig/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ default: lint test
lint:
# cd ../tools && go install github.com/golangci/golangci-lint/cmd/golangci-lint
# $(GOPATH)/bin/golangci-lint run -e gosec ./... --timeout=2m
cd ../ test && go install honnef.co/go/tools/cmd/[email protected]
$(GOPATH)/bin/staticcheck ./...
# cd ../ test && go install honnef.co/go/tools/cmd/[email protected]
# $(GOPATH)/bin/staticcheck ./...
go vet ./...
go fmt ./...
go mod tidy
Expand Down
4 changes: 2 additions & 2 deletions katzenmint/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ default: lint test
lint:
# cd ../tools && go install github.com/golangci/golangci-lint/cmd/golangci-lint
# $(GOPATH)/bin/golangci-lint run -e gosec ./... --timeout=2m
cd ../ test && go install honnef.co/go/tools/cmd/[email protected]
$(GOPATH)/bin/staticcheck ./...
# cd ../ test && go install honnef.co/go/tools/cmd/[email protected]
# $(GOPATH)/bin/staticcheck ./...
go vet ./...
go fmt ./...
go mod tidy
Expand Down
4 changes: 2 additions & 2 deletions plugin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ default: lint test
lint:
# cd ../tools && go install github.com/golangci/golangci-lint/cmd/golangci-lint
# $(GOPATH)/bin/golangci-lint run -e gosec ./... --timeout=2m
cd ../ test && go install honnef.co/go/tools/cmd/[email protected]
$(GOPATH)/bin/staticcheck ./...
# cd ../ test && go install honnef.co/go/tools/cmd/[email protected]
# $(GOPATH)/bin/staticcheck ./...
go vet ./...
go fmt ./...
go mod tidy
Expand Down
4 changes: 2 additions & 2 deletions server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ default: lint test
lint:
# cd ../tools && go install github.com/golangci/golangci-lint/cmd/golangci-lint
# $(GOPATH)/bin/golangci-lint run -e gosec ./... --timeout=2m
cd ../ test && go install honnef.co/go/tools/cmd/[email protected]
$(GOPATH)/bin/staticcheck ./...
# cd ../ test && go install honnef.co/go/tools/cmd/[email protected]
# $(GOPATH)/bin/staticcheck ./...
go vet ./...
go fmt ./...
go mod tidy
Expand Down

0 comments on commit f9fac7e

Please sign in to comment.