From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,8b756d9a0afb052a X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx02.iad01.newshosting.com!newshosting.com!newsfeed.icl.net!newsfeed.fjserv.net!peer-uk.news.demon.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Quick question about Ada code formatting. Date: Sun, 19 Feb 2006 09:57:15 +0000 Organization: Pushface Message-ID: References: <43F7915B.3090000@obry.net> <43F83D46.2090200@obry.net> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1140343036 27697 62.49.19.209 (19 Feb 2006 09:57:16 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Sun, 19 Feb 2006 09:57:16 +0000 (UTC) Cancel-Lock: sha1:0LhSc9txetPF/UbcQLh/Fp3ZBKQ= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) Xref: g2news1.google.com comp.lang.ada:2983 Date: 2006-02-19T09:57:15+00:00 List-Id: Pascal Obry writes: > Just add a check on the server side that there is no Style_Check() > off. This is trivial, I have already a simple Ada program to check > that there is no space at the end of line, that there is no > duplicate blank lines and so on... Adding a test for no pragma > Style_Check off would be trivial... Sometimes we end up with the (equivalent of) $RCSfile$ being too long .. so it's always good to allow exceptions .. so long as there's (say) a pragma Style_Check (On) within a few lines of the (Off)? .. all getting rather complex, but of course do-able. What do you have against double blank lines? Triple blank lines, now that would be eeeevil.