Skip to content

chore: isolate dev tooling into internal/tools module#72

Merged
heppu merged 1 commit into
go-srvc:mainfrom
juho9000:chore/isolate-tooling
Jun 2, 2026
Merged

chore: isolate dev tooling into internal/tools module#72
heppu merged 1 commit into
go-srvc:mainfrom
juho9000:chore/isolate-tooling

Conversation

@juho9000

@juho9000 juho9000 commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

tool directives in each module's go.mod drag the whole golangci-lint tree into every consumer's module graph via MVS. Moved them to a single, non-imported internal/tools module; stripped them from the 8 modules (−4,800 lines of tool-only requires). Makefile now builds tools to .bin (go install tool) and runs them per-module via a | tools prereq.

@codecov

codecov Bot commented Jun 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@heppu heppu merged commit fe535ea into go-srvc:main Jun 2, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants