fix: check-fmt failing on changes in ./tools/vendor/ (#6335)
This commit is contained in:
committed by
Zach Kelling
parent
60f303685a
commit
0e6e71d79e
@@ -76,7 +76,7 @@ ifeq ($(UNAME), Darwin)
|
||||
SED_OPTS := ''
|
||||
endif
|
||||
|
||||
FILES_TO_FMT=$(shell find . -type d \( -path ./vendor -o -path ./opentelemetry-proto -o -path ./vendor-fix \) -prune -o -name '*.go' -not -name "*.pb.go" -not -name '*.y.go' -not -name '*.gen.go' -print)
|
||||
FILES_TO_FMT=$(shell find . -type d \( -path ./vendor -o -path ./tools/vendor -o -path ./opentelemetry-proto -o -path ./vendor-fix \) -prune -o -name '*.go' -not -name "*.pb.go" -not -name '*.y.go' -not -name '*.gen.go' -print)
|
||||
FILES_TO_JSONNETFMT=$(shell find ./operations/jsonnet ./operations/tempo-mixin ./example -type f \( -name '*.libsonnet' -o -name '*.jsonnet' \) -not -path "*/vendor/*" -print)
|
||||
|
||||
##@ Building
|
||||
|
||||
Reference in New Issue
Block a user