We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f928f8 commit dbf14b7Copy full SHA for dbf14b7
Makefile
@@ -65,7 +65,7 @@ start-mock-api: ## Start the mock rhoas server
65
format: ## Clean up code and dependencies
66
@go mod tidy
67
68
- @gofmt -w `find . -type f -name '*.go'`
+ @gofmt -w `find . -type f -name '*.go' ! -path './vendor/*'`
69
.PHONY: format
70
71
check-docs: generate-docs ## Check whether reference documentation needs to be generated
0 commit comments