Makefile: fix ci lint error

package-lint suspects that evil-collection-cus-theme.el is a theme. It's a false
positive error.
This commit is contained in:
condy 2021-05-05 22:59:51 +08:00
parent 1fb8a2ab2e
commit 382defd44d
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ lint:
--eval "(advice-add 'package-lint--check-version-regexp-list :around 'ignore)" \
--eval "(advice-add 'package-lint--check-symbol-separators :around 'ignore)" \
--eval "(advice-add 'package-lint--check-defs-prefix :around 'ignore)" \
--eval "(advice-add 'package-lint--check-provide-form :around 'ignore)" \
-f package-lint-batch-and-exit *.el modes/*/*.el
test: elpa