From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: [PATCH 0/5] Add, fix and improve checkers in guix lint. Date: Sat, 27 Sep 2014 23:49:23 +0200 Message-ID: <1411854568-11187-1-git-send-email-tipecaml@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXzsL-00081X-Tt for guix-devel@gnu.org; Sat, 27 Sep 2014 17:50:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXzsC-0002zV-SF for guix-devel@gnu.org; Sat, 27 Sep 2014 17:49:57 -0400 Received: from mail-wi0-x22e.google.com ([2a00:1450:400c:c05::22e]:50415) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXzsC-0002zD-Kx for guix-devel@gnu.org; Sat, 27 Sep 2014 17:49:48 -0400 Received: by mail-wi0-f174.google.com with SMTP id hi2so1243006wib.7 for ; Sat, 27 Sep 2014 14:49:42 -0700 (PDT) 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: guix-devel@gnu.org The following five patches improve the "guix lint" command, according to suggestions from Alex Kost and Ludovic Courtès. Cyril Roelandt (5): guix lint: make sure check-patches retrieves patch names. guix lint: Make sure synopses are not too long. guix lint: check whether descriptions and synopses start with an upper-case letter. guix lint: Make sure a synopsis cannot start with a lower-case article. guix lint: make sure synopses do not start with the package name. guix/scripts/lint.scm | 49 ++++++++++++++++++++++++++++++++++++++++++--- tests/lint.scm | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 101 insertions(+), 3 deletions(-) -- 1.8.4.rc3