mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
ci: bump poexam to version 0.0.11
This commit is contained in:
@@ -131,7 +131,7 @@ jobs:
|
|||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
sudo apt-get --yes --no-install-recommends install ${{ env.CHECK_DEPS_UBUNTU }}
|
sudo apt-get --yes --no-install-recommends install ${{ env.CHECK_DEPS_UBUNTU }}
|
||||||
pipx install msgcheck ruff
|
pipx install msgcheck ruff
|
||||||
cargo install --version 0.0.10 poexam
|
cargo install --version 0.0.11 poexam
|
||||||
|
|
||||||
- name: Check gettext files (msgcheck)
|
- name: Check gettext files (msgcheck)
|
||||||
run: msgcheck po/*.po
|
run: msgcheck po/*.po
|
||||||
|
|||||||
@@ -7,9 +7,11 @@ select = [
|
|||||||
"checks",
|
"checks",
|
||||||
]
|
]
|
||||||
ignore = [
|
ignore = [
|
||||||
|
"acronyms",
|
||||||
"brackets",
|
"brackets",
|
||||||
"double-quotes",
|
"double-quotes",
|
||||||
"double-words",
|
"double-words",
|
||||||
|
"functions",
|
||||||
"html-tags",
|
"html-tags",
|
||||||
"paths",
|
"paths",
|
||||||
"unchanged",
|
"unchanged",
|
||||||
|
|||||||
Reference in New Issue
Block a user