Skip to content

chore(validator): use bash regex builtin instead of grep / wc - #45

Merged
noirbee merged 3 commits into
masterfrom
chore/slow-line-length-check
Jun 5, 2026
Merged

chore(validator): use bash regex builtin instead of grep / wc#45
noirbee merged 3 commits into
masterfrom
chore/slow-line-length-check

Conversation

@noirbee

Copy link
Copy Markdown
Contributor

This avoids running a sub-shell, which becomes slow over large number of commits / lines.

Also run pipe the initial git log --oneline directly into while read, a variable makes no sense either here.

@noirbee
noirbee requested review from a team and lumautomation as code ownersJune 4, 2026 07:00
@noirbee
noirbee merged commit 4b45fe2 into masterJun 5, 2026
3 checks passed
Sign up for freeto 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

@noirbee@theo-ardouin