1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/openkylin-backup-pcs

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
pylintrc 813
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
侯健 Отправлено 28.03.2020 14:09 3961f83
# Required version of pylint: 2.3.1
# This project should not containt any issues reported by the required version
# of pylint when using this command to run the linter on the whole project:
# $ ./run_pylint.sh
[MESSAGES CONTROL]
disable=missing-docstring, fixme, bad-continuation
# Everything in module context is a constant, but our naming convetion allows
# constants to have same name format as variables
const-rgx=(([A-Z_][A-Z0-9_]*)|(__.*__))|([a-z_][a-z0-9_]*)$
[DESIGN]
max-module-lines=1500
max-args=8
max-parents=10
min-public-methods=0
[BASIC]
good-names=e, i, op, ip, el, maxDiff, cm, ok
[VARIABLES]
# A regular expression matching the name of dummy variables (i.e. expectedly
# not used).
dummy-variables-rgx=_$|dummy
[FORMAT]
# Maximum number of characters on a single line.
max-line-length=80

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/openkylin-backup-pcs.git
git@api.gitlife.ru:oschina-mirror/openkylin-backup-pcs.git
oschina-mirror
openkylin-backup-pcs
openkylin-backup-pcs
master