From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dBPkW-0003Kh-Ed for guix-patches@gnu.org; Thu, 18 May 2017 14:02:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dBPkQ-0002hE-P1 for guix-patches@gnu.org; Thu, 18 May 2017 14:02:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51074) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dBPkQ-0002h8-M2 for guix-patches@gnu.org; Thu, 18 May 2017 14:02:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dBPkQ-0007Vf-DP for guix-patches@gnu.org; Thu, 18 May 2017 14:02:02 -0400 Subject: bug#26802: [PATCH 2/4] guix: lint: Slightly simplify `check-source-file-name'. Resent-Message-ID: Message-Id: <754bb74d.AEMAKbvJ5xkAAAAAAAAAAAO9aM4AAAACwQwAAAAAAAW9WABZHeFx@mailjet.com> MIME-Version: 1.0 From: Arun Isaac Date: Thu, 18 May 2017 23:30:59 +0530 In-reply-to: <87ziea767v.fsf@gnu.org> References: <20170517165246.14042-1-arunisaac@systemreboot.net> <71d8391d.AEAAKQk5dMAAAAAAAAAAAAO9aM4AAAACwQwAAAAAAAW9WABZHIAB@mailjet.com> <87ziea767v.fsf@gnu.org> Content-Type: text/plain 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 26802@debbugs.gnu.org > BTW, for all this patch series, please make sure > > make check TESTS=3Dtests/lint.scm > > still passes. Noted, thanks! =