Skip to content

Commit

Permalink
chore(makefile): move dev deps back to main Makefile (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
danroc authored Dec 17, 2024
1 parent 12566b6 commit 0b12a7e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 332 deletions.
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

0 comments on commit 0b12a7e

Please sign in to comment.