Disable pylint's protected-access warning.

Protected access is required for AnsibleModule.
This commit is contained in:
Rafael Guterres Jeffman
2021-04-29 18:06:52 -03:00
parent 0dabcd402f
commit 482bd05b62

View File

@@ -37,6 +37,7 @@ disable =
missing-class-docstring,
missing-function-docstring,
wrong-import-position,
protected-access,
duplicate-code,
broad-except,
too-many-branches,