Skip to content

Commit

Permalink
Revert fmt and imports Makefile tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
muralov committed Oct 5, 2023
1 parent 25615bb commit 41266b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,10 @@ lint-thoroughly:
go-gen:
go generate ./...

fmt: ## Reformat files using `go fmt`
fmt-local: ## Reformat files using `go fmt`
go fmt $$($(DIRS_TO_CHECK))

imports: ## Optimize imports
imports-local: ## Optimize imports
goimports -w -l $$($(FILES_TO_CHECK))

########## Kyma CLI ###########
Expand Down

0 comments on commit 41266b8

Please sign in to comment.