Skip to content

Commit

Permalink
Makefile: purge goimports command
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Jul 26, 2022
1 parent 4537d2d commit ba4c8c3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@ lint: ## Run linting
@echo be sure golangci-lint is installed: https://golangci-lint.run/usage/install/
golangci-lint run --config .golangci.yml

.PHONY: goimports
goimports: ## run goimports updating files in place
@echo be sure goimports is installed
goimports -w .

.PHONY: goimports-check
goimports-check: ## run goimports displaying diffs
@echo be sure goimports is installed
goimports -d . | (! grep .)

.PHONY: all-checks
all-checks: lint goimports ## run all formatters
go mod tidy
Expand Down

0 comments on commit ba4c8c3

Please sign in to comment.