Skip to content

Commit

Permalink
PMM-9968 revert Makefile before fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroslavPodorvanov committed Jun 23, 2022
1 parent 9b0a3e4 commit ff316c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ check: ## Run required checkers and linters.
check-all: check ## Run golang ci linter to check new changes from main.
bin/golangci-lint run -c=.golangci.yml --new-from-rev=main

FILES = $(shell find . -type f -name '*.go' -not -path "./vendor/*")
FILES = $(shell find . -type f -name '*.go')

format: ## Format source code.
bin/gofumpt -l -w $(FILES)
Expand Down

0 comments on commit ff316c1

Please sign in to comment.