Re: [PATCH 5/5] guix lint: make sure synopses do not start with the package name.
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.
* 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