On 10/24/2014 07:06 AM, Eric Bavier wrote: > From 94794a8cb470238f60db977b7640202517d379c4 Mon Sep 17 00:00:00 2001 > From: Eric Bavier <[email protected]> > 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.
