Re: [PATCH 5/5] guix lint: make sure synopses do not start with the package name.

2014-09-28 Thread Ludovic Courtès
Cyril Roelandt skribis: > * guix/scripts/lint.scm (check-start-with-package-name): New method. > * tests/lint.scm: Test it. Test name please, and OK to commit. Thanks! Ludo’.

[PATCH 5/5] guix lint: make sure synopses do not start with the package name.

2014-09-27 Thread Cyril Roelandt
* guix/scripts/lint.scm (check-start-with-package-name): New method. * tests/lint.scm: Test it. --- guix/scripts/lint.scm | 9 + tests/lint.scm| 10 ++ 2 files changed, 19 insertions(+) diff --git a/guix/scripts/lint.scm b/guix/scripts/lint.scm index ee00e5c..8f49afc 1006