s/whitelist/allowlist/ and update dennis

This commit is contained in:
Mathieu Pillard 2022-12-09 11:31:42 +01:00
Родитель 4b863ef186
Коммит bc719e3a17
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -13,11 +13,11 @@ commands = pytest --base-url http://olympia.test --verify-base-url --reruns 1 te
[testenv:dennis-lint]
deps = dennis==0.9
deps = dennis==1.1.0
# Run via `bash -c` to make sure the file globbing is properly resolved in the shell
commands =
bash -c 'dennis-cmd lint locale/*/LC_MESSAGES/*.po --rules W202'
bash -c 'dennis-cmd lint --errorsonly locale/*/LC_MESSAGES/*.po'
bash -c 'dennis-cmd lint --errorsonly locale/templates/LC_MESSAGES/*.pot'
whitelist_externals =
allowlist_externals =
bash