Skip to content

feat: add --range flag for checking multiple commits in CI#29

Merged
benner merged 1 commit into
mainfrom
feat/add-range-checking
Apr 23, 2026
Merged

feat: add --range flag for checking multiple commits in CI#29
benner merged 1 commit into
mainfrom
feat/add-range-checking

Conversation

@benner
Copy link
Copy Markdown
Owner

@benner benner commented Apr 23, 2026

Without this, checking a range of commits in CI required a shell loop
with manual exit code aggregation. --range origin/main..HEAD runs all
checks across the range and exits non-zero if any commit fails.

NLTK data is loaded only after confirming the range is non-empty, so
an empty range returns immediately without paying the startup cost.

Without this, checking a range of commits in CI required a shell loop
with manual exit code aggregation. --range origin/main..HEAD runs all
checks across the range and exits non-zero if any commit fails.

Signed-off-by: Nerijus Bendžiūnas <nerijus.bendziunas@gmail.com>
@benner benner force-pushed the feat/add-range-checking branch from 0f548df to 4e33bb5 Compare April 23, 2026 21:24
@benner benner marked this pull request as ready for review April 23, 2026 21:38
@benner benner merged commit 664e1ac into main Apr 23, 2026
4 checks passed
@benner benner deleted the feat/add-range-checking branch April 23, 2026 21:38
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