Skip to content

build(just): CI-matching clippy gate + per-tool target dirs#86

Merged
srobinson merged 1 commit into
mainfrom
build/justfile-check-hygiene
Jun 16, 2026
Merged

build(just): CI-matching clippy gate + per-tool target dirs#86
srobinson merged 1 commit into
mainfrom
build/justfile-check-hygiene

Conversation

@srobinson

Copy link
Copy Markdown
Owner

Aligns just check with CI and removes a gate blind spot.

  • clippy now runs --workspace --all-targets -- -D warnings (previously --workspace only, so test-code lints slipped past just check and only CI caught them) and drops --fix from the gate (it masked failures by auto-rewriting). Added clippy-fix for dev convenience.
  • Isolated clippy + nextest target dirs (TARGET_CLIPPY, TARGET_NEXTEST) to avoid clippy<->build<->nextest fingerprint thrash; build/run/install stay on default target/.

Verified: just check green, working tree unmodified (no --fix rewrite).

@srobinson srobinson merged commit 4d511a6 into main Jun 16, 2026
2 checks passed
@srobinson srobinson deleted the build/justfile-check-hygiene branch June 16, 2026 16:36
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.

1 participant