12 lines
301 B
INI
12 lines
301 B
INI
[MASTER]
|
|
ignore=external
|
|
reports=no
|
|
|
|
# Reasons disabled:
|
|
# locally-disabled - it spams too much
|
|
# duplicate-code - unavoidable
|
|
# cyclic-import - doesn't test if both import on load
|
|
disable=locally-disabled,duplicate-code,cyclic-import
|
|
|
|
[EXCEPTIONS]
|
|
overgeneral-exceptions=Exception,HomeAssistantError
|