guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/24: guix lint: Export checkers and <lint-checker> accessors.


From: Alex Kost
Subject: 09/24: guix lint: Export checkers and <lint-checker> accessors.
Date: Fri, 28 Aug 2015 20:06:33 +0000

alezost pushed a commit to branch wip-emacs-popup-ui
in repository guix.

commit df105ab3dd9bc982a8e4dd8ceb07bf7552e3b95f
Author: Alex Kost <address@hidden>
Date:   Wed Aug 12 14:17:44 2015 +0300

    guix lint: Export checkers and <lint-checker> accessors.
    
    * guix/scripts/lint.scm (%checkers, make-lint-checker, lint-checker,
      lint-checker?, lint-checker-name, lint-checker-description,
      lint-checker-check): Export.
---
 guix/scripts/lint.scm |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/guix/scripts/lint.scm b/guix/scripts/lint.scm
index 14ac8cb..fc95dd0 100644
--- a/guix/scripts/lint.scm
+++ b/guix/scripts/lint.scm
@@ -56,7 +56,15 @@
             check-derivation
             check-home-page
             check-source
-            check-formatting))
+            check-formatting
+
+            %checkers
+            make-lint-checker
+            lint-checker
+            lint-checker?
+            lint-checker-name
+            lint-checker-description
+            lint-checker-check))
 
 
 ;;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]