From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: [PATCH 0/5] Add, fix and improve checkers in guix lint. Date: Sat, 04 Oct 2014 16:25:09 +0200 Message-ID: <54300345.70606@gmail.com> References: <1411854568-11187-1-git-send-email-tipecaml@gmail.com> <20140928164938.GB30884@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XaQGx-0000YJ-WD for guix-devel@gnu.org; Sat, 04 Oct 2014 10:25:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XaQGo-0006xQ-Pm for guix-devel@gnu.org; Sat, 04 Oct 2014 10:25:23 -0400 Received: from mail-wg0-x231.google.com ([2a00:1450:400c:c00::231]:50531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XaQGo-0006xI-JV for guix-devel@gnu.org; Sat, 04 Oct 2014 10:25:14 -0400 Received: by mail-wg0-f49.google.com with SMTP id x12so3478550wgg.8 for ; Sat, 04 Oct 2014 07:25:13 -0700 (PDT) In-Reply-To: <20140928164938.GB30884@debian> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: guix-devel@gnu.org On 09/28/2014 06:49 PM, Andreas Enge wrote: > On Sat, Sep 27, 2014 at 11:49:23PM +0200, Cyril Roelandt wrote: >> guix lint: check whether descriptions and synopses start with an >> upper-case letter. >> guix lint: Make sure a synopsis cannot start with a lower-case >> article. > > Is the second test not redundant? > Well, sort of, but not really. If you start a synopsis by "an", guix lint should issue two warnings (the synopsys starts with a lowercase letter and with an article), so I think it's fine. Cyril.