Hi, I am facing an issue with Pylint duplicate-code warning and need some help. I want to disable the duplicate-code warning because I expect some pieces of code to be duplicated, but I am unable to suppress the pylint warning. Still now I have tried # pylint: disable=duplicate-code. Thanks in advance Rohit
* Rohit Bhattacharjee <rbhattacharjee@dataxu.com> [2015-09-21 17:55:17 +0000]:
Hi,
I am facing an issue with Pylint duplicate-code warning and need some help.
I want to disable the duplicate-code warning because I expect some pieces of code to be duplicated, but I am unable to suppress the pylint warning.
Still now I have tried # pylint: disable=duplicate-code.
You got an answer in IRC yesterday: <claudiupopa> I think there's an issue about this. <claudiupopa> https://bitbucket.org/logilab/pylint/issues/214/the-duplicate-code-r0801-can... [ http://cmpl.cc:8888/c06 ] <claudiupopa> Probably related Florian -- http://www.the-compiler.org | me@the-compiler.org (Mail/XMPP) GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc I love long mails! | http://email.is-not-s.ms/
participants (2)
-
Florian Bruhin
-
Rohit Bhattacharjee