Skip to content

Commit

Permalink
fix: remove golint
Browse files Browse the repository at this point in the history
No longer supported and is currently failing.
  • Loading branch information
rene00 committed Apr 22, 2023
1 parent 97cd6ce commit b64f5bc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ clean:
install:
go install -ldflags=$(BUILD_LDFLAGS) .

$(GOBIN)/golint:
cd && go get golang.org/x/lint/golint

$(GOBIN)/goxz:
cd && go get github.com/Songmu/goxz/cmd/goxz

Expand All @@ -39,9 +36,8 @@ $(GOBIN)/gobump:
@cd && go get github.com/x-motemen/gobump/cmd/gobump

.PHONY: lint
lint: $(GOBIN)/golint
lint:
go vet .
golint -set_exit_status . cmd internal/...

.PHONY: test
test: clean build
Expand Down

0 comments on commit b64f5bc

Please sign in to comment.