Skip to content
Snippets Groups Projects
Commit f1ecc5d9 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

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.
parent 59d4d1b1
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ disable =
missing-function-docstring,
wrong-import-position,
protected-access,
no-name-in-module,
duplicate-code,
broad-except,
too-many-branches,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment