summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--guix/scripts/lint.scm9
1 files changed, 8 insertions, 1 deletions
diff --git a/guix/scripts/lint.scm b/guix/scripts/lint.scm
index 14ac8cba81..41249b2d15 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))
 
 
 ;;;