1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 16:23:14 +02:00

ci: bump poexam to version 0.0.12

This commit is contained in:
Sébastien Helleu
2026-07-03 08:31:46 +02:00
parent 9d43e2eed7
commit 0645731b9b
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ jobs:
sudo apt-get update -qq
sudo apt-get --yes --no-install-recommends install ${{ env.CHECK_DEPS_UBUNTU }}
pipx install msgcheck ruff
cargo install --version 0.0.10 poexam
cargo install --version 0.0.12 poexam
- name: Check gettext files (msgcheck)
run: msgcheck po/*.po
+2
View File
@@ -7,9 +7,11 @@ select = [
"checks",
]
ignore = [
"acronyms",
"brackets",
"double-quotes",
"double-words",
"functions",
"header",
"html-tags",
"paths",