
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
participants (2)
-
Florian Bruhin
-
Rohit Bhattacharjee