guix-commits
[Top][All Lists]
Advanced

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

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


From: Alex Kost
Subject: 09/23: guix lint: Export checkers and <lint-checker> accessors.
Date: Sun, 30 Aug 2015 15:28:12 +0000

alezost pushed a commit to branch master
in repository guix.

commit 521a11e0a68b54bbacbb4912d622a29cfc86c153
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, lint-checker, lint-checker?,
      lint-checker-name, lint-checker-description, lint-checker-check):
      Export.
---
 guix/scripts/lint.scm |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/guix/scripts/lint.scm b/guix/scripts/lint.scm
index 14ac8cb..41249b2 100644
--- a/guix/scripts/lint.scm
+++ b/guix/scripts/lint.scm
@@ -56,7 +56,14 @@
             check-derivation
             check-home-page
             check-source
-            check-formatting))
+            check-formatting
+
+            %checkers
+            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]