/
githubmirror
/
zulip
Обзор
Документация
Войти
/
githubmirror
/
zulip
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tools/linter_lib/exclude.py
10 строк
241 B
Alex Vandiver
docs: Update for switch from Transifex to Weblate.
17 июл 2025, 05:59
17 июл 2025, 05:59
ec7e5dc
Код
Авторство
О чём код?
# Exclude some directories and files from lint checking EXCLUDED_FILES = [ # Third-party code that doesn't match our style "web/third", ] PUPPET_CHECK_RULES_TO_EXCLUDE = [ "--no-documentation-check", "--no-80chars-check", ]