Disable pylint R0801 duplicate-code checker

This commit is contained in:
Jesse Zoldak
2015-01-12 17:02:12 -05:00
parent 0625b84d12
commit fdb586786e

View File

@@ -56,7 +56,8 @@ disable=
too-many-return-statements,
too-many-branches,
too-many-arguments,
too-many-locals
too-many-locals,
duplicate-code
[REPORTS]