From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dpDeA-0006Tc-T1 for guix-patches@gnu.org; Tue, 05 Sep 2017 09:12:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dpDe6-0007qj-9O for guix-patches@gnu.org; Tue, 05 Sep 2017 09:12:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41880) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dpDe6-0007qb-5v for guix-patches@gnu.org; Tue, 05 Sep 2017 09:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dpDe5-0006LN-Td for guix-patches@gnu.org; Tue, 05 Sep 2017 09:12:01 -0400 Subject: [bug#28330] [PATCH 1/2] lint: Check file names of origin patches. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170902130550.28061-1-mbakke@fastmail.com> <20170902130947.28372-1-mbakke@fastmail.com> Date: Tue, 05 Sep 2017 15:11:30 +0200 In-Reply-To: <20170902130947.28372-1-mbakke@fastmail.com> (Marius Bakke's message of "Sat, 2 Sep 2017 15:09:46 +0200") Message-ID: <87k21ds325.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Marius Bakke Cc: 28330@debbugs.gnu.org Marius Bakke skribis: > * guix/scripts/lint.scm (check-patch-file-names): Add case for when PATCH= is > an . LGTM, but could you add a test in tests/lint.scm, next to the various =E2=80=9Cpatches:=E2=80=9D tests? Thanks, Ludo=E2=80=99.