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:
parent
6543601fa0
commit
521a11e0a6
|
@ -56,7 +56,14 @@
|
||||||
check-derivation
|
check-derivation
|
||||||
check-home-page
|
check-home-page
|
||||||
check-source
|
check-source
|
||||||
check-formatting))
|
check-formatting
|
||||||
|
|
||||||
|
%checkers
|
||||||
|
lint-checker
|
||||||
|
lint-checker?
|
||||||
|
lint-checker-name
|
||||||
|
lint-checker-description
|
||||||
|
lint-checker-check))
|
||||||
|
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
|
|
Loading…
Reference in New Issue