Skip to content

Commit

Permalink
feat: remove make tools
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-FFFFFF authored Jan 29, 2024
1 parent 72078e7 commit 4b93d0f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions avmmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ fmt: gofmt terrafmt
@echo "==> Fixing Terraform code with terraform fmt..."
terraform fmt -recursive

tools:
go install github.com/katbyte/terrafmt@latest
go install golang.org/x/tools/cmd/goimports@latest
go install mvdan.cc/gofumpt@latest
go install github.com/terraform-docs/[email protected]
go install github.com/lonegunmanb/avmfix@latest
go install github.com/magodo/hclgrep@latest

gofmt:
@echo "==> Fixing source code with gofmt..."
@files=$$(find . -name '*.go' | grep -v vendor); if [ -n "$$files" ]; then echo $$files | xargs gofmt -s -w; fi
Expand Down

0 comments on commit 4b93d0f

Please sign in to comment.