mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
pylint: Add list of upper case constants to setup.cfg
Pylint 4.0.1 seems to not understand that some of the constants used by ansible-freeipa roles and modules are constants and not variables, and complain about the naming style. By adding these constant names to the "good-names" list avoid pylint errors and don't require future unnecessary changes. Signed-off-by: Rafael Guterres Jeffman <rjeffman@redhat.com>
This commit is contained in:
@@ -61,7 +61,12 @@ good-names =
|
|||||||
dt, ca,
|
dt, ca,
|
||||||
# These are utils tools, and not part of the released collection.
|
# These are utils tools, and not part of the released collection.
|
||||||
galaxyfy-playbook, galaxyfy-README, galaxyfy-module-EXAMPLES,
|
galaxyfy-playbook, galaxyfy-README, galaxyfy-module-EXAMPLES,
|
||||||
module_EXAMPLES
|
module_EXAMPLES,
|
||||||
|
MODULE_IMPORT_ERROR, ANSIBLE_IPA_CLIENT_MODULE_IMPORT_ERROR,
|
||||||
|
CLIENT_SUPPORTS_NO_DNSSEC_VALIDATION, ANSIBLE_IPA_REPLICA_MODULE_IMPORT_ERROR,
|
||||||
|
SYSTEMD_RESOLVED_IPA_CONF, ANSIBLE_IPA_SERVER_MODULE_IMPORT_ERROR,
|
||||||
|
NETWORK_MANAGER_IPA_CONF, ANSIBLE_FREEIPA_MODULE_IMPORT_ERROR,
|
||||||
|
FIX_6741_DEEPCOPY_OBJECTCLASSES
|
||||||
|
|
||||||
|
|
||||||
[pylint.IMPORTS]
|
[pylint.IMPORTS]
|
||||||
|
|||||||
Reference in New Issue
Block a user