Commit fdb58678 by Jesse Zoldak

Disable pylint R0801 duplicate-code checker

parent 0625b84d
......@@ -56,7 +56,8 @@ disable=
too-many-return-statements,
too-many-branches,
too-many-arguments,
too-many-locals
too-many-locals,
duplicate-code
[REPORTS]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment