[code-quality] pylint: disable for too-many-lines must go on first line of module?

2013-12-24 Thread Patrick Jakubowski
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

Re: [code-quality] pylint: disable for too-many-lines must go on first line of module?

2013-12-24 Thread Ian Cordasco
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.