testinfra/pylintrc

19 строки
336 B
INI
Исходник Постоянная ссылка Обычный вид История

2016-01-01 21:38:01 +03:00
[DISABLE CONTROL]
disable=
missing-docstring,
unused-argument,
too-few-public-methods,
2016-01-28 14:34:01 +03:00
invalid-name,
2016-01-01 21:38:01 +03:00
bad-continuation,
fixme,
locally-disabled,
max-branches=13
max-bool-expr=6
max-args=8
2016-05-15 15:35:43 +03:00
# we have flake8 for that
max-line-length=1000
2016-01-01 21:38:01 +03:00
[REPORTS]
reports=no
msg-template={path}:{line}: {msg_id} {symbol} {msg}