Disable pylint's too-many-locals and too-many-branches.

Although both warnings are relevant, the code style choosen for
ansible-freeipa currently require them to be disable.
This commit is contained in:
Rafael Guterres Jeffman
2021-04-29 18:04:24 -03:00
parent b3a6c9ebe1
commit 0dabcd402f

View File

@@ -38,7 +38,9 @@ disable =
missing-function-docstring,
wrong-import-position,
duplicate-code,
broad-except
broad-except,
too-many-branches,
too-many-locals
[pylint.BASIC]
good-names = ex, i, j, k, Run, _, e, x, dn, cn, ip, os, unicode