From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: More corner cases for =?utf-8?B?4oCYZ3VpeCBsaW504oCZ?= Date: Fri, 07 Nov 2014 17:54:52 +0100 Message-ID: <87k3373q8z.fsf@gnu.org> 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]:59198) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmmoW-0003JK-ML for guix-devel@gnu.org; Fri, 07 Nov 2014 11:55:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XmmoK-0005pi-RR for guix-devel@gnu.org; Fri, 07 Nov 2014 11:55:08 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:50036) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmmoK-0005pd-K4 for guix-devel@gnu.org; Fri, 07 Nov 2014 11:54:56 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 478553EF3 for ; Fri, 7 Nov 2014 17:54:55 +0100 (CET) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZscmX-B2ArsG for ; Fri, 7 Nov 2014 17:54:55 +0100 (CET) Received: from pluto (pluto.bordeaux.inria.fr [193.50.110.57]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 1DBCE1FB5 for ; Fri, 7 Nov 2014 17:54:54 +0100 (CET) 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: Guix-devel I=E2=80=99ve just pushed a series of changes that make =E2=80=98guix lint= =E2=80=99 better handle various corner cases found in the wild for synopses and descriptions: 15a6d43 * lint: Allow synopses that start with an abbreviation. 105c260 * lint: Skip starting-article test for the synopses of GNU packages. 431e5f5 * lint: Tolerate sentences that start with a parenthesis or a quote. 17854ef * lint: Improve check for synopses starting with package name. b1e6668 * lint: Simplify no-warnings tests. Comments welcome. Ludo=E2=80=99.