Path relative path to Elisp code for elisp-lint

CI is reporting a false negative because $@ is empty. This change should cause
elisp-lint to run on all of the Elisp in the wpc/ directory.
This commit is contained in:
William Carroll 2020-08-31 12:37:31 +01:00
parent 76b1bcd59a
commit fd804c7b6f

View file

@ -50,7 +50,7 @@ let
--batch \ --batch \
--load ${elispLintSrc}/elisp-lint.el \ --load ${elispLintSrc}/elisp-lint.el \
--funcall elisp-lint-files-batch \ --funcall elisp-lint-files-batch \
"$$@" ./emacs/.emacs.d/wpc/*.el
''; '';
label = ":gnu: lint Emacs"; label = ":gnu: lint Emacs";
depends_on = "init-emacs"; depends_on = "init-emacs";