Skip to content

Comments

chore: enhance pre-commit hook with i18n validation and unit tests#1673

Merged
marcgc21 merged 1 commit intoruxailab:developfrom
DivyanshuVortex:pre-commit
Feb 24, 2026
Merged

chore: enhance pre-commit hook with i18n validation and unit tests#1673
marcgc21 merged 1 commit intoruxailab:developfrom
DivyanshuVortex:pre-commit

Conversation

@DivyanshuVortex
Copy link
Contributor

This PR updates the pre-commit hook configuration to enforce internationalization standards. It integrates a i18n-diff-guard script and executes unit tests before allowing commits.

Screenshot (538)

@github-actions
Copy link

⚠️ PR Description Issues Detected

Please update the PR description to address these issues.

@sonarqubecloud
Copy link

@DivyanshuVortex
Copy link
Contributor Author

Currently, issues like missing translation keys or failing tests may only surface during CI or code review. This results in:
Avoidable CI failures
Extra review cycles
Delayed feedback to contributors
By shifting these checks to the pre-commit stage, we ensure problems are caught earlier in the development workflow.

@github-actions github-actions bot added stale and removed stale labels Feb 20, 2026
@marcgc21 marcgc21 merged commit 1da33a8 into ruxailab:develop Feb 24, 2026
9 checks passed
@DivyanshuVortex DivyanshuVortex deleted the pre-commit branch February 24, 2026 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants