Commit f3a918b8 authored by Remi Cresson's avatar Remi Cresson
Browse files

CI: disable too-many-arguments

1 merge request!47Resolve "Pipelines cache"
Pipeline #39226 passed with stages
in 6 minutes
Showing with 2 additions and 1 deletion
+2 -1
......@@ -76,7 +76,8 @@ disable=too-few-public-methods,
too-many-instance-attributes,
too-many-locals,
too-many-branches,
too-many-statements
too-many-statements,
too-many-arguments
# Enable the message, report, category or checker with the given id(s). You can
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment