Merge pull request #809 from prometheus/update-make-format

Update file exclusion list for `make format`.
This commit is contained in:
Fabian Reinartz 2015-06-15 21:04:28 +02:00
commit 330ed7b9f2

View file

@ -73,7 +73,7 @@ documentation: search_index
godoc -http=:6060 -index -index_files='search_index' godoc -http=:6060 -index -index_files='search_index'
format: dependencies 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 race_condition_binary: build
$(GO) build -race -o prometheus.race $(BUILDFLAGS) . $(GO) build -race -o prometheus.race $(BUILDFLAGS) .