[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/5] Add, fix and improve checkers in guix lint.
From: |
Cyril Roelandt |
Subject: |
[PATCH 0/5] Add, fix and improve checkers in guix lint. |
Date: |
Sat, 27 Sep 2014 23:49:23 +0200 |
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
- [PATCH 0/5] Add, fix and improve checkers in guix lint.,
Cyril Roelandt <=
- [PATCH 1/5] guix lint: make sure check-patches retrieves patch names., Cyril Roelandt, 2014/09/27
- [PATCH 2/5] guix lint: Make sure synopses are not too long., Cyril Roelandt, 2014/09/27
- [PATCH 4/5] guix lint: Make sure a synopsis cannot start with a lower-case article., Cyril Roelandt, 2014/09/27
- [PATCH 5/5] guix lint: make sure synopses do not start with the package name., Cyril Roelandt, 2014/09/27
- [PATCH 3/5] guix lint: check whether descriptions and synopses start with an upper-case letter., Cyril Roelandt, 2014/09/27