From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 0/5] Add, fix and improve checkers in guix lint. Date: Sun, 28 Sep 2014 18:49:38 +0200 Message-ID: <20140928164938.GB30884@debian> References: <1411854568-11187-1-git-send-email-tipecaml@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41077) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYHfX-0000FG-DQ for guix-devel@gnu.org; Sun, 28 Sep 2014 12:50:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYHfP-00064p-Ub for guix-devel@gnu.org; Sun, 28 Sep 2014 12:49:55 -0400 Received: from mout.kundenserver.de ([212.227.17.10]:59106) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYHfP-00064d-LD for guix-devel@gnu.org; Sun, 28 Sep 2014 12:49:47 -0400 Content-Disposition: inline In-Reply-To: <1411854568-11187-1-git-send-email-tipecaml@gmail.com> 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: Cyril Roelandt Cc: guix-devel@gnu.org 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? Andreas