From f1ecc5d986cc733b0335bc984045404688aa0dc0 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman <rjeffman@redhat.com> Date: Thu, 29 Apr 2021 18:32:07 -0300 Subject: [PATCH] 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. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index aa45b22b..4d7011c7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,6 +38,7 @@ disable = missing-function-docstring, wrong-import-position, protected-access, + no-name-in-module, duplicate-code, broad-except, too-many-branches, -- GitLab