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

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

This is expected for most modules `main()` function.
parent f1ecc5d9
No related branches found
No related tags found
Loading
...@@ -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-statements,
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