build: Remove gofmt check from core-dev target
This commit is contained in:
parent
286d2fadea
commit
9c236e7508
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ quickdev: generate
|
|||
# Shorthand for quickly building the core of Terraform. Note that some
|
||||
# changes will require a rebuild of everything, in which case the dev
|
||||
# target should be used.
|
||||
core-dev: fmtcheck generate
|
||||
core-dev: generate
|
||||
go install github.com/hashicorp/terraform
|
||||
|
||||
# Shorthand for quickly testing the core of Terraform (i.e. "not providers")
|
||||
|
|
Loading…
Reference in New Issue