Ignore check-version-regexp-list in lint

Using a hammer to ignore if-let/when-let complaints.
This commit is contained in:
James Nguyen 2019-10-20 15:56:57 -07:00
parent 94b703e264
commit 720a94cda6
1 changed files with 1 additions and 0 deletions

View File

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