mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-10 07:00:37 +02:00
lint: Use localized checker descriptions.
* guix/scripts/lint.scm (list-checkers-and-exit): Wrap 'lint-checker-description' call in (_ ...).
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user