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

Disable pylint warnings we don't care.

parent 4f2b8000
Branches
Tags
No related merge requests found
...@@ -45,10 +45,12 @@ disable = ...@@ -45,10 +45,12 @@ disable =
too-many-arguments, too-many-arguments,
too-many-statements, too-many-statements,
too-many-lines, too-many-lines,
raise-missing-from,
duplicate-code, duplicate-code,
broad-except, broad-except,
too-many-branches, too-many-branches,
too-many-locals too-many-locals,
fixme
[pylint.BASIC] [pylint.BASIC]
good-names = ex, i, j, k, Run, _, e, x, dn, cn, ip, os, unicode good-names = ex, i, j, k, Run, _, e, x, dn, cn, ip, os, unicode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment