Skip to content

Commit

Permalink
Remove lint-fast target
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Oct 18, 2020
1 parent 1d759fe commit 3ffb439
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

.PHONY: dev
dev: ## dev build
dev: clean install generate build fmt lint-fast test mod-tidy build-snapshot
dev: clean install generate build fmt lint test mod-tidy build-snapshot

.PHONY: ci
ci: ## CI build
Expand Down Expand Up @@ -41,11 +41,6 @@ lint: ## golangci-lint
$(call print-target)
golangci-lint run

.PHONY: lint-fast
lint-fast: ## golangci-lint --fast
$(call print-target)
golangci-lint run --fast

.PHONY: test
test: ## go test with race detector and code covarage
$(call print-target)
Expand Down

0 comments on commit 3ffb439

Please sign in to comment.