Skip to content

Commit

Permalink
Goimports delivery issue, can't build from source
Browse files Browse the repository at this point in the history
  • Loading branch information
Tit Petric committed Jan 16, 2025
1 parent 829a5f0 commit 010b06d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ test:
# lint runs all local linters that must pass before pushing
.PHONY: lint lint-install lint-fast
lint: lint-fast
goimports -local github.com/TykTechnologies,github.com/TykTechnologies/tyk/internal -w .
gofmt -w .
faillint -ignore-tests -paths "$(shell grep -v '^#' .faillint | xargs echo | sed 's/ /,/g')" ./...

Expand All @@ -36,7 +35,6 @@ lint-fast: lint-install
go mod tidy

lint-install:
go install golang.org/x/tools/cmd/goimports@latest
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.45.0
go install github.com/fatih/faillint@latest
go install go.uber.org/mock/mockgen@v0.3.0
Expand Down

0 comments on commit 010b06d

Please sign in to comment.