Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(makefile): move dev deps back to main Makefile #85

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ deps-update: ## Update dependencies

.PHONY: deps-tools
deps-tools: ## Install development dependencies
$(MAKE) -C internal/tools install
go install github.com/boumenot/gocover-cobertura@latest
go install github.com/mgechev/revive@latest
go install github.com/securego/gosec/v2/cmd/gosec@latest
go install github.com/segmentio/golines@latest
go install mvdan.cc/gofumpt@latest

# =============================================================================
# Directory Creation
Expand Down
11 changes: 0 additions & 11 deletions internal/tools/Makefile

This file was deleted.

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

This file was deleted.

Loading
Loading