From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCHv2 3/5] guix lint: check whether descriptions and synopses start with an upper-case letter. Date: Mon, 06 Oct 2014 18:00:26 +0200 Message-ID: <87egulxk6d.fsf@gnu.org> References: <87iok7afrj.fsf@gnu.org> <1412555233-10161-1-git-send-email-tipecaml@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbAi6-0002A8-69 for guix-devel@gnu.org; Mon, 06 Oct 2014 12:00:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XbAhx-0007ug-40 for guix-devel@gnu.org; Mon, 06 Oct 2014 12:00:30 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:48963) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbAhw-0007uS-R0 for guix-devel@gnu.org; Mon, 06 Oct 2014 12:00:21 -0400 In-Reply-To: <1412555233-10161-1-git-send-email-tipecaml@gmail.com> (Cyril Roelandt's message of "Mon, 6 Oct 2014 02:27:13 +0200") 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 Cyril Roelandt skribis: > * guix/scripts/lint.scm (check-description-style, > check-synopsis-start-upper-case): New methods. > * tests/lint.scm ("description: does not start with an upper-case letter", > "synopsis: does not start with an upper-case letter"): New tests. LGTM, please push. Thanks, Ludo=E2=80=99.