[MASTER]
jobs=1
ignore-paths=^.*test/data/template-invalid-adjust/.*$
load-plugins=keylime.models.base.pylint

[MESSAGES CONTROL]
disable=C0103,C0111,C0115,C0116,C0301,C0302,W0511,W0603,W0703,W0719,R0801,R0902,R0903,R0904,R0911,R0912,R0913,R0914,R0915,R0917

# Disable cyclic-import (R0401) for failure.py due to architectural circular dependencies in models and web modules
[keylime.failure]
disable=R0401

[TYPECHECK]
ignored-modules=zmq,alembic.op,alembic.context,cryptography.hazmat.primitives.asymmetric.rsa,gpg

[LOGGING]
enable=logging
