Skip to content

Commit

Permalink
Fix PKG_FILES post core/ refactor
Browse files Browse the repository at this point in the history
Remove unused flag
  • Loading branch information
Glib Smaga committed Nov 28, 2016
1 parent f6b894f commit 57d8b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .build/flags.mk
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
BENCH_FLAGS ?= -cpuprofile=cpu.pprof -memprofile=mem.pprof -benchmem
PKGS ?= $(shell glide novendor)
BENCH_PKGS ?= $(shell go list ./... | grep -v /vendor/)

# Many Go tools take file globs or directories as arguments instead of packages.
PKG_FILES ?= *.go service examples internal modules
FILES_TO_FORMAT ?= *.go service internal modules
PKG_FILES ?= *.go config internal metrics modules service tracing ulog

# The linting tools evolve with each Go version, so run them only on the latest
# stable release.
Expand Down

0 comments on commit 57d8b6c

Please sign in to comment.