diff --git a/GNUmakefile b/GNUmakefile index c43498db5cb1..c5b78d0cfa2c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -37,7 +37,7 @@ testacc: fmtcheck fmt: @echo "==> Fixing source code with gofmt..." - gofmt -s -w ./$(PKG_NAME) ./awsproviderlint + gofmt -s -w ./$(PKG_NAME) $(filter-out ./awsproviderlint/go% ./awsproviderlint/README.md ./awsproviderlint/vendor, $(wildcard ./awsproviderlint/*)) # Currently required by tf-deploy compile fmtcheck: