Add more warnings to ignore from package-lint

This commit is contained in:
James Nguyen 2021-03-01 17:25:07 -08:00
parent 0ee92688ea
commit 26493597c7
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ lint:
-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)" \
--eval "(advice-add 'package-lint--check-symbol-separators :around 'ignore)" \
--eval "(advice-add 'package-lint--check-defs-prefix :around 'ignore)" \
-f package-lint-batch-and-exit *.el modes/*/*.el
test: elpa