core-admin/ci
Marek Marczykowski-Górecki be2465c1f9
Fix issues found by pylint 2.0
Resolve:
 - no-else-return
 - useless-object-inheritance
 - useless-return
 - consider-using-set-comprehension
 - consider-using-in
 - logging-not-lazy

Ignore:
 - not-an-iterable - false possitives for asyncio coroutines

Ignore all the above in qubespolicy/__init__.py, as the file will be
moved to separate repository (core-qrexec) - it already has a copy
there, don't desynchronize them.
2018-07-15 23:51:15 +02:00
..
coveragerc Include qubespolicy in coverage report 2017-07-04 04:27:35 +02:00
lvm-manage tests: rearrage LVM thin tests to run at least some in devel env 2017-05-12 18:10:17 +02:00
pylintrc Fix issues found by pylint 2.0 2018-07-15 23:51:15 +02:00
requirements.txt api/admin: plug backup into Admin API 2017-07-20 12:19:01 +02:00