Re: [PATCH] lint: Add 'check-texinfo-markup' checker.

2015-09-17 Thread Ludovic Courtès
Howdy! I realized that it would be nice if, in ‘check-description-style’, all the tests except ‘check-not-empty’ and ‘check-texinfo-markup’ would run on the rendered but non-translated description (and of course, only if the Texinfo markup is valid.) WDYT? In the same area, I think

[PATCH] lint: Add 'check-texinfo-markup' checker.

2015-09-15 Thread Mathieu Lirzin
* guix/script/lint.scm (check-description-style): Check for invalid Texinfo markup. * tests/lint.scm: Test it. --- guix/scripts/lint.scm | 8 tests/lint.scm| 7 +++ 2 files changed, 15 insertions(+) diff --git a/guix/scripts/lint.scm b/guix/scripts/lint.scm index

Re: [PATCH] lint: Add 'check-texinfo-markup' checker.

2015-09-15 Thread Ludovic Courtès
Mathieu Lirzin skribis: > * guix/script/lint.scm (check-description-style): Check for invalid > Texinfo markup. > * tests/lint.scm: Test it. LGTM, thanks! Ludo’.