mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user