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

Disable pylint's `too-many-lines` for modules.

parent b5429618
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,7 @@ disable = ...@@ -43,6 +43,7 @@ disable =
no-name-in-module, no-name-in-module,
too-many-arguments, too-many-arguments,
too-many-statements, too-many-statements,
too-many-lines,
duplicate-code, duplicate-code,
broad-except, broad-except,
too-many-branches, too-many-branches,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment