core-admin/qubespolicy
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
..
glade qubespolicy: ask to create default policy if none is found 2017-08-14 02:24:31 +02:00
tests qubespolicy: translate '' target to '@default' earlier 2018-03-03 03:50:59 +01:00
__init__.py Fix issues found by pylint 2.0 2018-07-15 23:51:15 +02:00
agent.py Fix issues found by pylint 2.0 2018-07-15 23:51:15 +02:00
cli.py Fix issues found by pylint 2.0 2018-07-15 23:51:15 +02:00
graph.py qubespolicy: use '@' instead of '$' for policy keywords 2018-02-19 03:33:40 +01:00
gtkhelpers.py qubespolicy: use '@' instead of '$' for policy keywords 2018-02-19 03:33:40 +01:00
policycreateconfirmation.py Fix issues found by pylint 2.0 2018-07-15 23:51:15 +02:00
rpcconfirmation.py Change license to LGPL v2.1+ 2017-10-12 00:11:50 +02:00
utils.py qubespolicy: use '@' instead of '$' for policy keywords 2018-02-19 03:33:40 +01:00