From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/5] guix lint: Make sure synopses are not too long. Date: Sun, 28 Sep 2014 12:09:27 +0200 Message-ID: <87h9zsawfc.fsf@gnu.org> References: <1411854568-11187-1-git-send-email-tipecaml@gmail.com> <1411854568-11187-3-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]:40697) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYBQC-0004OY-JY for guix-devel@gnu.org; Sun, 28 Sep 2014 06:09:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYBQ3-0003bb-IP for guix-devel@gnu.org; Sun, 28 Sep 2014 06:09:40 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:39918) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYBQ3-0003bL-Ba for guix-devel@gnu.org; Sun, 28 Sep 2014 06:09:31 -0400 In-Reply-To: <1411854568-11187-3-git-send-email-tipecaml@gmail.com> (Cyril Roelandt's message of "Sat, 27 Sep 2014 23:49:25 +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-synopsis-length): New procedure. > * tests/lint.scm: test it. Last line should be: * tests/lint.scm ("synopsis: too long"): New test. OK to push with that! Ludo=E2=80=99.