Hi all,
I'm upgrading from pylint 0.27.0 to 1.0.0 in my company's code base and I've
run into a bit of an issue. For several of our modules, we use 'pylint:
disable=C0302', to disable the too-many-lines error for the module. In pylint
0.26 this worked just fine as long as we put the line somewh
Sorry this took so long to get through moderation Patrick. In the
future, if you're on the list you can post to it.
On Sun, Dec 22, 2013 at 11:22 PM, Patrick Jakubowski wrote:
> Hi all,
>
> I'm upgrading from pylint 0.27.0 to 1.0.0 in my company's code base and I've
> run into a bit of an issue.