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/2] scripts: add guix lint Date: Mon, 01 Sep 2014 23:19:47 +0200 Message-ID: <87zjejvy18.fsf@gnu.org> References: <87egw4gpfh.fsf@gnu.org> <1409531981-7143-1-git-send-email-tipecaml@gmail.com> <1409531981-7143-2-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]:60617) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOZ10-0000Fj-GL for guix-devel@gnu.org; Mon, 01 Sep 2014 17:20:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOZ0u-0002EK-Nx for guix-devel@gnu.org; Mon, 01 Sep 2014 17:19:54 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:54466) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOZ0u-0002Dg-Gv for guix-devel@gnu.org; Mon, 01 Sep 2014 17:19:48 -0400 In-Reply-To: <1409531981-7143-2-git-send-email-tipecaml@gmail.com> (Cyril Roelandt's message of "Mon, 1 Sep 2014 02:39:41 +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: New file. Defines a 'lint' tool for Guix package= s. > * tests/lint.scm: New file. > * Makefile.am (MODULES, SCM_TESTS): Add them. > * po/guix/Makevars: Update appropriately. > * po/guix/POTFILES.in: Update appropriately. > * doc/guix.texi: Document "guix lint". Looks good, please push. Thank you! Ludo=E2=80=99.