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.
This commit is contained in:
Alex Kost 2015-08-12 14:17:44 +03:00
parent 6543601fa0
commit 521a11e0a6
1 changed files with 8 additions and 1 deletions

View File

@ -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))
;;;