mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-29 10:54:44 +00:00
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:
@@ -38,7 +38,9 @@ disable =
|
|||||||
missing-function-docstring,
|
missing-function-docstring,
|
||||||
wrong-import-position,
|
wrong-import-position,
|
||||||
duplicate-code,
|
duplicate-code,
|
||||||
broad-except
|
broad-except,
|
||||||
|
too-many-branches,
|
||||||
|
too-many-locals
|
||||||
|
|
||||||
[pylint.BASIC]
|
[pylint.BASIC]
|
||||||
good-names = ex, i, j, k, Run, _, e, x, dn, cn, ip, os, unicode
|
good-names = ex, i, j, k, Run, _, e, x, dn, cn, ip, os, unicode
|
||||||
|
|||||||
Reference in New Issue
Block a user