Commit 85b70270 authored by James Bardin's avatar James Bardin
Browse files

File no longer exists to be formatted

Were no longer generating the internal plugins list which needs to be
formatted.
parent 1032db4f
No related merge requests found
Showing with 0 additions and 6 deletions
+0 -6
...@@ -6,12 +6,6 @@ VERSION?="0.3.44" ...@@ -6,12 +6,6 @@ VERSION?="0.3.44"
# "make protobuf". # "make protobuf".
generate: generate:
go generate ./... go generate ./...
# go fmt doesn't support -mod=vendor but it still wants to populate the
# module cache with everything in go.mod even though formatting requires
# no dependencies, and so we're disabling modules mode for this right
# now until the "go fmt" behavior is rationalized to either support the
# -mod= argument or _not_ try to install things.
GO111MODULE=off go fmt command/internal_plugin_list.go > /dev/null
# We separate the protobuf generation because most development tasks on # We separate the protobuf generation because most development tasks on
# Terraform do not involve changing protobuf files and protoc is not a # Terraform do not involve changing protobuf files and protoc is not a
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment