lint: Add '--load-path' option.
authorzimoun <zimon.toutoune@gmail.com>
Wed, 4 Dec 2019 18:06:31 +0000 (19:06 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sun, 8 Dec 2019 22:14:03 +0000 (23:14 +0100)
commit7282f9496793227d7ac6f902976aecb663068ec1
tree42bdc9d0c1fb22255d4d262b12de92ec7ec01657
parentd9b4022c6fd6844e42aaa503d3118bf3e3a0a441
lint: Add '--load-path' option.

* guix/scripts/lint.scm (%options): Add '--load-path' option.
* doc/guix.texi: Document it.
* tests/guix-lint.sh: Test it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
doc/guix.texi
guix/scripts/lint.scm
tests/guix-lint.sh