From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] lint: Add 'check-texinfo-markup' checker. Date: Tue, 15 Sep 2015 18:57:38 +0200 Message-ID: <87pp1jhb7h.fsf@gnu.org> References: <1442332277-11216-1-git-send-email-mthl@openmailbox.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]:44544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbtY6-00034Z-9h for guix-devel@gnu.org; Tue, 15 Sep 2015 12:57:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbtY5-0003UY-DI for guix-devel@gnu.org; Tue, 15 Sep 2015 12:57:42 -0400 In-Reply-To: <1442332277-11216-1-git-send-email-mthl@openmailbox.org> (Mathieu Lirzin's message of "Tue, 15 Sep 2015 17:51:17 +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: Mathieu Lirzin Cc: guix-devel@gnu.org Mathieu Lirzin skribis: > * guix/script/lint.scm (check-description-style): Check for invalid > Texinfo markup. > * tests/lint.scm: Test it. LGTM, thanks! Ludo=E2=80=99.