On Thu, Jun 19, 2008 at 04:09:09PM -0700, Brock Pytlik wrote: > I'd like to suggest we update the pylintrc file we distribute to > actually mirror the standards we're using. The obvious change is to > switch the line length from 90 to 80, but I think we should make the > regex's for variables/function names/etc reflect the standards and stop > suppressing the warnings when something's wrong. We can decide if other > standards (max lines per module, max branches per function, etc...) are > things we care about or not (I tend to lean towards "no" in general, but > could be convinced otherwise). If we can't get pylint to enforce the 8 > spaces vs tab issue (something I'm unclear on at the moment) we can > write a small program to look for that problem as well. > > Once we agree on those standards, we take one pass through the code and > fix all these problems in one fell swoop.
+1.. I don't have very strong opinions on the standards, but do agree with changing the line length from 90 to 80. Once the standards are in place I'd be glad to help with the cleanup, and also can help with the automation bits. -Brad _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
