Skip to content

Add make lint and shared test-session helper#421

Merged
bbatsov merged 1 commit intomasterfrom
ci-quick-wins
Apr 23, 2026
Merged

Add make lint and shared test-session helper#421
bbatsov merged 1 commit intomasterfrom
ci-quick-wins

Conversation

@bbatsov
Copy link
Copy Markdown
Member

@bbatsov bbatsov commented Apr 23, 2026

Borrowing two small conveniences from cider-nrepl:

  • make lint chains kondo, cljfmt, and eastwood in one go — saves running them individually before pushing.
  • refactor-nrepl.test-session centralizes the in-process nREPL server + session setup that was duplicated across integration-style tests. resolve-missing-test and resolve-missing-caching-test now share it.

(Dropped a planned CHANGELOG reformat from the original quick-wins list — turns out cider-nrepl's CHANGELOG is just as flat as ours, so there's nothing to copy there.)

Borrowing two small conveniences from cider-nrepl:

- `make lint` chains kondo, cljfmt, and eastwood in one go; saves
  running them individually before pushing.
- `refactor-nrepl.test-session` centralizes the in-process nREPL server
  + session setup that was duplicated across integration-style tests.
  resolve-missing-test and resolve-missing-caching-test now share it.
@bbatsov bbatsov merged commit 0953f7d into master Apr 23, 2026
25 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.

1 participant