[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: lint: Use localized checker descriptions.
From: |
Ludovic Courtès |
Subject: |
06/07: lint: Use localized checker descriptions. |
Date: |
Wed, 19 Nov 2014 21:53:58 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit db6dcf816f55db26dac42e669d0851c8be468d2d
Author: Ludovic Courtès <address@hidden>
Date: Wed Nov 19 22:44:22 2014 +0100
lint: Use localized checker descriptions.
* guix/scripts/lint.scm (list-checkers-and-exit): Wrap
'lint-checker-description' call in (_ ...).
---
guix/scripts/lint.scm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/guix/scripts/lint.scm b/guix/scripts/lint.scm
index 4b35970..2ba7a68 100644
--- a/guix/scripts/lint.scm
+++ b/guix/scripts/lint.scm
@@ -74,7 +74,7 @@
(for-each (lambda (checker)
(format #t "- ~a: ~a~%"
(lint-checker-name checker)
- (lint-checker-description checker)))
+ (_ (lint-checker-description checker))))
%checkers)
(exit 0))
- branch master updated (77264d1 -> 8b9019a), Ludovic Courtès, 2014/11/19
- 01/07: licenses: Add the Clarified Artistic License., Ludovic Courtès, 2014/11/19
- 06/07: lint: Use localized checker descriptions.,
Ludovic Courtès <=
- 04/07: lint: Change checker names to be symbols., Ludovic Courtès, 2014/11/19
- 07/07: lint: Fix typos in checker descriptions., Ludovic Courtès, 2014/11/19
- 05/07: lint: Correctly internationalize warning messages., Ludovic Courtès, 2014/11/19
- 02/07: gnu: Add NcFTP Client., Ludovic Courtès, 2014/11/19
- 03/07: lint: Fold 'sync-descriptions' script as 'gnu-description' lint checker., Ludovic Courtès, 2014/11/19