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