Re: [PATCH v2] guix lint: add the --checkers option.

2014-10-15 Thread Ludovic Courtès
Cyril Roelandt skribis: > * guix/scripts/lint.scm: add the "--checkers" option. > * doc/guix.texi (Invoking guix lint): Document it. > * tests/guix-lint.sh: New file > * Makefile.am (SCM_TESTS): Add it. [...] > +export GUIX_PACKAGE_PATH=$module_dir I had overlooked this, but it’s also a Bash e

[PATCH v2] guix lint: add the --checkers option.

2014-10-14 Thread Cyril Roelandt
* guix/scripts/lint.scm: add the "--checkers" option. * doc/guix.texi (Invoking guix lint): Document it. * tests/guix-lint.sh: New file * Makefile.am (SCM_TESTS): Add it. --- Makefile.am | 3 +- doc/guix.texi | 5 +++ guix/scripts/lint.scm | 122 --