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

Disable pylint duplicate code verification.

Although it is an interesting setup, it currently has too many false
positives, disable comments are not working for duplicate-code, and
there are some expected duplications in the modules.
parent fa9e1136
Branches
Tags
No related merge requests found
......@@ -36,7 +36,8 @@ disable =
missing-module-docstring,
missing-class-docstring,
missing-function-docstring,
wrong-import-position
wrong-import-position,
duplicate-code
[pylint.BASIC]
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