mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Update file exclusion list for make format
.
This commit is contained in:
parent
689ef7f678
commit
f10effceb1
2
Makefile
2
Makefile
|
@ -73,7 +73,7 @@ documentation: search_index
|
|||
godoc -http=:6060 -index -index_files='search_index'
|
||||
|
||||
format: dependencies
|
||||
find . -iname '*.go' | egrep -v "^\./\.build|./generated|\./Godeps|\.(l|y)\.go" | xargs -n1 $(GOFMT) -w -s=true
|
||||
find . -iname '*.go' | egrep -v "^\./(\.build|Godeps)/" | xargs -n1 $(GOFMT) -w -s=true
|
||||
|
||||
race_condition_binary: build
|
||||
$(GO) build -race -o prometheus.race $(BUILDFLAGS) .
|
||||
|
|
Loading…
Reference in a new issue