[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 4/5] guix: lint: Check for empty synopses and descriptions.
From: |
Cyril Roelandt |
Subject: |
Re: [PATCH 4/5] guix: lint: Check for empty synopses and descriptions. |
Date: |
Fri, 24 Oct 2014 13:57:33 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.0 |
On 10/24/2014 07:06 AM, Eric Bavier wrote:
> From 94794a8cb470238f60db977b7640202517d379c4 Mon Sep 17 00:00:00 2001
> From: Eric Bavier <address@hidden>
> Date: Wed, 22 Oct 2014 13:48:55 -0500
> Subject: [PATCH 4/5] guix: lint: Check for empty synopses and descriptions.
>
> * guix/scripts/lint.scm (check-description-style,
> check-synopsis-style): New emptiness checks.
> * tests/lint.scm: Test them.
> ---
> guix/scripts/lint.scm | 14 ++++++++++++++
> tests/lint.scm | 18 ++++++++++++++++++
> 2 files changed, 32 insertions(+)
Should we also check for descriptions that are just #f ? There are a few
valid cases, but in general, it's an issue. WDYT ?
Cyril.