From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Wingo Subject: Re: New =?utf-8?B?4oCYZm9ybWF0dGluZ+KAmQ==?= checker Date: Wed, 19 Aug 2015 14:22:39 +0200 Message-ID: <87twrvjwmo.fsf@igalia.com> References: <87io8bfwbp.fsf@gnu.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]:35996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZS2Pw-0002qG-IE for guix-devel@gnu.org; Wed, 19 Aug 2015 08:24:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZS2Pt-0006zP-Bm for guix-devel@gnu.org; Wed, 19 Aug 2015 08:24:32 -0400 In-Reply-To: <87io8bfwbp.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Wed, 19 Aug 2015 11:42:50 +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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel On Wed 19 Aug 2015 11:42, ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Hi! > > =E2=80=98guix lint=E2=80=99 now has a =E2=80=98formatting=E2=80=99 checke= r, which currently just checks > for tabs, trailing white space, and long lines. The idea is to remove > the burden of checking those things from reviewers, and to avoid > frustrations caused by reviews that report trailing white space. :-) > > It=E2=80=99s not perfect because it doesn=E2=80=99t know about sexp bound= aries, so it > might report about issues in the package that comes next. It=E2=80=99s OK > though. > > Comments welcome! How about a git hook that runs guix lint and also checks the formatting of commit logs? A