Skip to content

Commit 3ffb439

Browse files
committed
Remove lint-fast target
1 parent 1d759fe commit 3ffb439

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
.PHONY: dev
44
dev: ## dev build
5-
dev: clean install generate build fmt lint-fast test mod-tidy build-snapshot
5+
dev: clean install generate build fmt lint test mod-tidy build-snapshot
66

77
.PHONY: ci
88
ci: ## CI build
@@ -41,11 +41,6 @@ lint: ## golangci-lint
4141
$(call print-target)
4242
golangci-lint run
4343

44-
.PHONY: lint-fast
45-
lint-fast: ## golangci-lint --fast
46-
$(call print-target)
47-
golangci-lint run --fast
48-
4944
.PHONY: test
5045
test: ## go test with race detector and code covarage
5146
$(call print-target)

0 commit comments

Comments
 (0)