Disable pylint error no-name-in-module.

All instances related to `ansible.module_utils.ansible_freeipa_module`,
which works. Future occurrences, if they happen, will likely not to be
a problem.
This commit is contained in:
Rafael Guterres Jeffman
2021-04-29 18:32:07 -03:00
parent 59d4d1b146
commit f1ecc5d986

View File

@@ -38,6 +38,7 @@ disable =
missing-function-docstring, missing-function-docstring,
wrong-import-position, wrong-import-position,
protected-access, protected-access,
no-name-in-module,
duplicate-code, duplicate-code,
broad-except, broad-except,
too-many-branches, too-many-branches,