Merge pull request #6578 from edx/zoldak/disable-pylint-R0801

WIP disable R0801
This commit is contained in:
Jesse Zoldak
2015-01-13 06:05:05 -05:00

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]