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

Disable pylint's `too-many-arguments`.

This is a style decision for ansible-freeipa, and in use by most
modules.
parent 87504eaa
Branches
Tags
No related merge requests found
...@@ -39,6 +39,7 @@ disable = ...@@ -39,6 +39,7 @@ disable =
wrong-import-position, wrong-import-position,
protected-access, protected-access,
no-name-in-module, no-name-in-module,
too-many-arguments,
too-many-statements, too-many-statements,
duplicate-code, duplicate-code,
broad-except, broad-except,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment