Deleting a branch is permanent. It CANNOT be undone. Continue?
fbn_bmns/fsfe-website:fix/skip_tags_mismatch_check_no_en
into master
No due date set.
This pull request currently doesn't have any dependencies.
Deleting a branch is permanent. It CANNOT be undone. Continue?
Skip TAGS_MISMATCH check if no English original file exists.
Fixes #1821.
Thank you for the fix!
A few suggestions pending though. And may I please ask you to retain the current indentation format of 2 spaces? Thanks!
Please do not echo. The hook should only output if something is wrong
IMHO
break
is not what we want. The wholefor
loop would halt, and therefore the next checks aborted.I'd rather recommend to do it like this:
Reviewers