We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make fmt-faster
1 parent f0a038f commit e7a624bCopy full SHA for e7a624b
GNUmakefile
@@ -1,7 +1,7 @@
1
TEST?=./...
2
GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
3
PKG_NAME=tencentcloud
4
-CHANGED_FILES=$$(git diff --name-only master -- $(PKG_NAME))
+CHANGED_FILES=$$(git diff --name-only master -- $(PKG_NAME) | grep '.go$$')
5
WEBSITE_REPO=github.com/hashicorp/terraform-website
6
PLATFORMS=darwin/amd64 freebsd/386 freebsd/amd64 freebsd/arm linux/386 linux/amd64 linux/arm openbsd/amd64 openbsd/386 solaris/amd64 windows/386 windows/amd64
7
GO_VER ?= go
0 commit comments