From 382defd44dc846cd2dd266eede5f1a351f9128ee Mon Sep 17 00:00:00 2001 From: condy Date: Wed, 5 May 2021 22:59:51 +0800 Subject: [PATCH] Makefile: fix ci lint error package-lint suspects that evil-collection-cus-theme.el is a theme. It's a false positive error. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7ee2840..cf5f709 100755 --- a/Makefile +++ b/Makefile @@ -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