hass-core/pylintrc

18 lines
388 B
INI
Raw Normal View History

2014-10-09 22:48:22 -07:00
[MASTER]
ignore=external
2014-11-11 22:18:35 -08:00
reports=no
2014-10-09 22:48:22 -07:00
2014-11-11 22:18:35 -08:00
# Reasons disabled:
# locally-disabled - it spams too much
# duplicate-code - unavoidable
# cyclic-import - doesn't test if both import on load
2014-11-22 16:56:36 -08:00
# file-ignored - we ignore a file to work around a pylint bug
disable=
locally-disabled,
duplicate-code,
cyclic-import,
file-ignored
2014-10-09 22:48:22 -07:00
[EXCEPTIONS]
overgeneral-exceptions=Exception,HomeAssistantError