Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!ames!ll-xn!mit-eddie!uw-beaver!uw-june!pardo From: pardo@june.cs.washington.edu (David Keppel) Newsgroups: comp.lang.c Subject: Re: == vs = Message-ID: <4160@june.cs.washington.edu> Date: 4 Feb 88 20:24:21 GMT References: <11523@brl-adm.ARPA> <1202@eneevax.UUCP> <8836@ism780c.UUCP> <2006@rti.UUCP> <3610@sdcc6.ucsd.EDU> Reply-To: pardo@uw-june.UUCP (David Keppel) Organization: U of Washington, Computer Science, Seattle Lines: 16 [ lint should be able to shut up about style ] In addition to (a) command line flag to look for indentation problems or not I would suggest (b) .lintrc with a description of the preferred style and/or lint comments at the beginning of the program describing the preferred style (c) lint comments such as /*LINT NOSTYLE*/ to shut up lint or even /*LINT INDENT*/ for specific things (like the protect();unprotect(); thing Tom was writing about). ;-D on (Looks good. Try again.) Pardo