You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/.ci
Frans de Jonge c0c4bcdace
[chore, CI] Ensure no whitespace between gettext() call and string (#4530)
Follow-up to https://github.com/koreader/koreader/pull/4524

The regex in the Python wasn't actually picking up on that style of writing it at all, because it's not only ugly, but also so counter-intuitive that I overlooked to test for and add support for it.

```
_(
[[
```

It'd be easy to fix up the Python regex a little, and perhaps I will,
but either way it makes more sense to automatically enforce this as a coding standard.
6 years ago
..
after_success.sh
before_install.sh
build.sh
check.sh [chore, CI] Ensure no whitespace between gettext() call and string (#4530) 6 years ago
common.sh
fetch.sh
helper_luarocks.sh [fix, CI] silly typo in busted junit output patch 7 years ago
helper_shellchecks.sh
install.sh
script.sh
test.sh