mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 11:54:47 +00:00
Disable pylint's protected-access warning.
Protected access is required for AnsibleModule.
This commit is contained in:
@@ -37,6 +37,7 @@ disable =
|
|||||||
missing-class-docstring,
|
missing-class-docstring,
|
||||||
missing-function-docstring,
|
missing-function-docstring,
|
||||||
wrong-import-position,
|
wrong-import-position,
|
||||||
|
protected-access,
|
||||||
duplicate-code,
|
duplicate-code,
|
||||||
broad-except,
|
broad-except,
|
||||||
too-many-branches,
|
too-many-branches,
|
||||||
|
|||||||
Reference in New Issue
Block a user