Skip to content

Commit

Permalink
deps(tools): Revamped install-tools to not need it's own submodule (#619
Browse files Browse the repository at this point in the history
)

* Revamped install-tools to not need it's own submodule

Signed-off-by: Corbin Phelps <[email protected]>

* Removed dependabot reference to tooling

Signed-off-by: Corbin Phelps <[email protected]>

* Update Makefile

Co-authored-by: Brandon Johnson <[email protected]>

Co-authored-by: Brandon Johnson <[email protected]>
  • Loading branch information
Corbin Phelps and BinaryFissionGames authored Apr 6, 2022
1 parent 7073d30 commit ef0ab3e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1,780 deletions.
7 changes: 0 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,3 @@ updates:
commit-message:
prefix: "deps"
include: "scope"
- package-ecosystem: "gomod"
directory: "/internal/tools"
schedule:
interval: "weekly"
commit-message:
prefix: "deps"
include: "scope"
15 changes: 7 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,15 @@ ARTIFACTS = ${PROJECT_ROOT}/artifacts
ALL_MODULES := $(shell find . -type f -name "go.mod" -exec dirname {} \; | sort )
FIELDALIGNMENT_DIRS := ./...

TOOLS_MOD_DIR := ./internal/tools
.PHONY: install-tools
install-tools:
cd $(TOOLS_MOD_DIR) && go install github.com/vektra/mockery/cmd/mockery
cd $(TOOLS_MOD_DIR) && go install github.com/uw-labs/lichen
cd $(TOOLS_MOD_DIR) && go install golang.org/x/tools/go/analysis/passes/fieldalignment/cmd/fieldalignment
cd $(TOOLS_MOD_DIR) && go install github.com/observiq/amazon-log-agent-benchmark-tool/cmd/logbench
cd $(TOOLS_MOD_DIR) && go install github.com/goreleaser/goreleaser
cd $(TOOLS_MOD_DIR) && go install github.com/securego/gosec/v2/cmd/gosec
cd $(TOOLS_MOD_DIR) && go install github.com/mgechev/revive
go install github.com/vektra/mockery/cmd/mockery@v1.1.2
go install github.com/uw-labs/lichen@v0.1.5
go install golang.org/x/tools/go/analysis/passes/fieldalignment/cmd/fieldalignment@latest
go install github.com/observiq/amazon-log-agent-benchmark-tool/cmd/logbench@ecfeca6c7554
go install github.com/goreleaser/goreleaser@v1.6.3
go install github.com/securego/gosec/v2/cmd/gosec@v2.10.0
go install github.com/mgechev/revive@v1.2.0

.PHONY: scan-license
scan-license: build-all
Expand Down
15 changes: 0 additions & 15 deletions internal/tools/empty_test.go

This file was deleted.

171 changes: 0 additions & 171 deletions internal/tools/go.mod

This file was deleted.

Loading

0 comments on commit ef0ab3e

Please sign in to comment.