Don't package lint "with-eval-after-load"

This commit is contained in:
James Nguyen 2019-02-16 13:06:34 -08:00
parent f30484deed
commit dd726698d0
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ lint:
--eval "(package-initialize)" \
--eval "(package-refresh-contents)" \
-l package-lint.el \
--eval "(advice-add 'package-lint--check-eval-after-load :around 'ignore)" \
-f package-lint-batch-and-exit *.el
test: