Skip to content

Commit e4afd68

Browse files
committed
fix: remove broken lint config
related to jenkins-x/jx#8670
1 parent 57aae9b commit e4afd68

File tree

3 files changed

+0
-440
lines changed

3 files changed

+0
-440
lines changed

Makefile

-6
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,6 @@ importfmt: get-fmt-deps
164164
@echo "Formatting the imports..."
165165
goimports -w $(GO_DEPENDENCIES)
166166

167-
.PHONY: lint
168-
lint: ## Lint the code
169-
./hack/gofmt.sh
170-
./hack/linter.sh
171-
./hack/generate.sh
172-
173167
.PHONY: all
174168
all: fmt build test lint
175169

0 commit comments

Comments
 (0)